Commit fb990f76 by Gideon Greenspan

1.6.3

parents a643e3a1 0961d5dd
# Ignore config file in development
qa-config.php
# How to contribute
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)
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][QA].
## 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 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.
[Home]: http://www.question2answer.org/
[QA]: http://www.question2answer.org/qa/
[Issues]: https://github.com/q2a/question2answer/issues
...@@ -14,4 +14,4 @@ Gideon ...@@ -14,4 +14,4 @@ Gideon
[Question2Answer]: http://www.question2answer.org/ [Question2Answer]: http://www.question2answer.org/
[Scott Vivian]: http://www.question2answer.org/qa/user/Scott [Scott Vivian]: http://www.question2answer.org/qa/user/Scott
[CONTRIBUTING]: https://github.com/q2a/question2answer/blob/master/CONTRIBUTING.md [CONTRIBUTING]: https://github.com/q2a/question2answer/blob/master/CONTRIBUTING.md
\ No newline at end of file
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