Commit 0961d5dd by Scott

Contribution guidelines

parent e9b0afa4
# How to contribute # How to contribute
As of version 1.6.3, all development of [Question2Answer][1] will take place through GitHub. Bug reports and pull requests are encouraged, provided they follow these guidelines. As of version 1.6.3, all development of [Question2Answer][Home] will take place through GitHub. Bug reports and pull requests are encouraged, provided they follow these guidelines.
## Bug reports (issues) ## Bug reports (issues)
If you find a bug (error) with Question2Answer, please [submit an issue here][2]. Be as descriptive as possible: include exactly what you did to make the bug appear, what you expect to happen, and what happened instead. Also include your PHP version and MySQL version. Remember to check for similar issues already reported. If you find a bug (error) with Question2Answer, please [submit an issue here][Issues]. Be as descriptive as possible: include exactly what you did to make the bug appear, what you expect to happen, and what happened instead. Also include your PHP version and MySQL version. Remember to check for similar issues already reported.
Note that general troubleshooting issues such as installation or how to use a feature should continue to be asked on the [Question2Answer Q&A][3]. Note that general troubleshooting issues such as installation or how to use a feature should continue to be asked on the [Question2Answer Q&A][QA].
## Pull requests ## Pull requests
If you have found the cause of the bug in the Q2A code, you can submit the patch back to the Q2A repository. Create a fork of the repo, make the changes in your fork, then submit a pull request. **All pull requests must be made to the `dev` branch of Q2A.** The `master` branch is the current, stable release version. If you have found the cause of the bug in the Q2A code, you can submit the patch back to the Q2A repository. Create a fork of the repo, make the changes in your fork, then submit a pull request. **All pull requests must be made to the `dev` branch of Q2A.** The `master` branch is the current, stable release version.
If you wish to implement a feature, you should start a discussion on the [Question2Answer Q&A][3] first. We welcome all ideas but they may not be appropriate for the Q2A core. If you wish to implement a feature, you should start a discussion on the [Question2Answer Q&A][QA] first. We welcome all ideas but they may not be appropriate for the Q2A core.
[1]: http://www.question2answer.org/ [Home]: http://www.question2answer.org/
[2]: http://www.question2answer.org/qa/ [QA]: http://www.question2answer.org/qa/
[3]: https://github.com/q2a/question2answer/issues [Issues]: https://github.com/q2a/question2answer/issues
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment