diff options
author | Morgan Astra <m@morganastra.me> | 2018-11-16 01:00:27 -0800 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2018-11-16 01:00:27 -0800 |
commit | a9c2dc1244cb2c3c13c912100257827ee87ce9de (patch) | |
tree | aa84d672b5dc7ce88ff2268b8502c9776d0233ab /.github | |
parent | bed97d702d146fd5f8d3da4a54648f1ce7edb653 (diff) |
Add FAQ to the README
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 6 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 3 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f622d46..6480088 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1 +1,5 @@ -See "[For Developers](README.md#for-developers)" in the README +Please check out the following resources: + + * [Info For Developers](../README.md#for-developers) + * [FAQ](../README.md#FAQ) + * [Code of Conduct](../CODE_OF_CONDUCT.md) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index feba31d..d5c163d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,9 @@ about: Create a report to help us improve labels: --- +*please search the issues for duplicates and read the [FAQ](/witch-house/pronoun.is/blob/master/README.md#FAQ) +before submitting a new issue :)* + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 751cb5d..3bae905 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,8 @@ about: Suggest an idea for this project labels: --- +*please search the issues for duplicates and read the [FAQ](/witch-house/pronoun.is/blob/master/README.md#FAQ) +before submitting a new issue :)* **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] |