This is an automated email from the ASF dual-hosted git repository.
fenbox pushed a commit to branch build-community
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/build-community by this push:
new eb5e35d9 docs: add dev process
new 126d1e93 Merge branch 'build-community' of
github.com:apache/incubator-answer-website into build-community
eb5e35d9 is described below
commit eb5e35d97c6145479ea409290dc72ba339670b95
Author: fen <[email protected]>
AuthorDate: Wed Nov 22 11:25:12 2023 +0800
docs: add dev process
---
community/contributing/contributing.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/community/contributing/contributing.md
b/community/contributing/contributing.md
index 26848973..71103bac 100644
--- a/community/contributing/contributing.md
+++ b/community/contributing/contributing.md
@@ -8,7 +8,7 @@ slug: /contributing
## Code of conduct
-Answer has adopted a Code of Conduct that we expect project participants to
adhere to. Please read the [full
text](https://www.apache.org/foundation/policies/conduct.html) so that you can
understand what actions will and will not be tolerated.
+Apache Answer has adopted a Code of Conduct that we expect project
participants to adhere to. Please read the [full
text](https://www.apache.org/foundation/policies/conduct.html) so that you can
understand what actions will and will not be tolerated.
## Get involved
@@ -34,3 +34,13 @@ One great way you can contribute to the project without
writing any code is to h
- Suggest [labels](https://github.com/apache/incubator-answer/labels) that can
help categorize issues.
- Flag issues that are stale or that should be closed.
- Ask for test plans and review code.
+
+## Development process
+
+Answer uses [GitHub](https://github.com/apache/incubator-answer) as its source
of truth. The core team will be working directly there. All changes will be
public from the beginning.
+
+All pull requests will be checked by the continuous integration system, GitHub
actions. There are unit tests, and much more.
+
+### Branch organization
+
+Answer has one primary branch `main` and we use feature branches with deploy
previews to deliver new features with pull requests.