From 8eaab9301972210cc9afcbd97f3e77c89459a35a Mon Sep 17 00:00:00 2001 From: Albert Date: Sat, 18 Jul 2026 00:10:28 +0000 Subject: [PATCH] chore: sync community files --- .github/FUNDING.yml | 1 + .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ CODE_OF_CONDUCT.md | 12 ++++++------ SECURITY.md | 2 +- 4 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 .github/FUNDING.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..8fe39b6 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [altertable-ai] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9db0f20 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## What + + + +## Why + + + +## Checklist + +- [ ] Tests added or updated +- [ ] `CHANGELOG.md` updated (skip for docs/CI-only changes) +- [ ] Breaking change noted in commit footer (`BREAKING CHANGE: …`) and changelog diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 167bdac..766c9dd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -70,14 +70,14 @@ Community leaders will follow these Community Impact Guidelines in determining t ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct/][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. -For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations]. +For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq/][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations/][translations]. [homepage]: https://www.contributor-covenant.org -[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html -[Mozilla CoC]: https://github.com/mozilla/diversity -[FAQ]: https://www.contributor-covenant.org/faq -[translations]: https://www.contributor-covenant.org/translations +[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct/ +[Mozilla CoC]: https://github.com/mozilla/inclusion +[FAQ]: https://www.contributor-covenant.org/faq/ +[translations]: https://www.contributor-covenant.org/translations/ diff --git a/SECURITY.md b/SECURITY.md index c85a5b9..2b1c84e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,7 @@ Only the latest minor release receives security patches. **Do not open a public issue.** -Email security@altertable.ai with: +Email with: 1. Description of the vulnerability 2. Steps to reproduce