diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d2757984..0b8053ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,13 +11,13 @@ assignees: '' Please provide a clear and concise description of the bug. **Steps to Reproduce** -Please list the steps taken to reproduce the issue. +Please list the actions that caused the issue. **Expected Behavior** -Please describe the expected behaviour clearly and concisely. +Please describe how you think the program should have behaved, making sure to be as clear and concise as possible. -**Screenshots** -If applicable, please include any screenshots that may help clarify the issue. +**Screenshots** +If applicable, please provide screenshots. This will help us to reproduce the issue and better understand what we are looking for. **Additional Context** -Feel free to provide any additional context or information relevant to the problem. +Feel free to provide any additional, applicable context or information that is relevant to the problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6392c61d..6c42d4fa 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,8 +7,8 @@ assignees: '' --- -**Is your feature request related to a problem? Please describe.** +**Is your feature request related to a problem? if so, Please describe the issue or link to a pre-existing bug report** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** -A clear and concise description of what you want to happen. +A clear and concise description of what you want to happen. Provide reference art/pictures if poccible diff --git a/.github/ISSUE_TEMPLATE/vulnerability.md b/.github/ISSUE_TEMPLATE/vulnerability.md index a408ffd7..e6073f9f 100644 --- a/.github/ISSUE_TEMPLATE/vulnerability.md +++ b/.github/ISSUE_TEMPLATE/vulnerability.md @@ -8,10 +8,11 @@ assignees: '' --- **What is the vulnerability?** -Describe the vulnerability in concise language. +Describe the vulnerability, using clear and concise language. **Where is the vulnerability found?** -Describe where the vulnerability is found. +Describe where the vulnerability is found. Provide screenshots if applicable. **What does this affect?** -Explain what it affects. E.G: It opens up my school email to the world. etc. +Explain what it affects and why it is a problem. +E.G: It opens up my school email to the world, this means anyone can find my full legal name and place of residence. \ No newline at end of file