Change links to documentation

This commit is contained in:
Frédéric Guillot
2018-04-01 10:24:19 -07:00
parent a8e89c58b3
commit bc4457c4cb
4 changed files with 19 additions and 26 deletions

View File

@@ -1,5 +1,8 @@
This software focus on simplicity, the number of features is voluntary limited.
This issue is:
[] Bug report
[] Feature request
[] Improvement
### Actual behaviour
@@ -13,6 +16,9 @@ This software focus on simplicity, the number of features is voluntary limited.
### Screenshots
### Logs
### Configuration
- Kanboard version:
@@ -20,3 +26,6 @@ This software focus on simplicity, the number of features is voluntary limited.
- PHP version:
- OS:
- Browser:
[Frequently Asked Questions](https://docs.kanboard.org/en/latest/developer_guide/faq.html)

View File

@@ -1,8 +1 @@
Before to submit your pull-request:
- Be sure that the unit tests pass
- If you create a new feature, test your code, and do not introduce new bugs
- Avoid code duplication
- Remember, small pull-requests are easier to review and can be merged quickly
- 1 pull-request == 1 feature/improvement
- Nonessential features should be implemented as plugin
[] I read the [contributor guidelines](https://docs.kanboard.org/en/latest/developer_guide/contributing.html#i-want-to-contribute-to-the-code)