1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-20 12:40:56 +03:00

Make issue templates less annoying (#194)

Closes #184 

This PR makes issue templates less annoying by removing some unnecessary
text boxes and allowing issues to be created without the use of a
template.

In the Bug Report template, `Expected Behavior` and `Actual Behavior`
were combined into one, and the `Known Workarounds` section was removed

In the Feature Request template, `Considered Alternatives` was also
removed.
This commit is contained in:
Octol1ttle 2023-11-22 13:26:10 +05:00 committed by GitHub
parent e65c7a469d
commit b446c97311
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 54 deletions
.github/ISSUE_TEMPLATE

View file

@ -18,15 +18,6 @@ body:
placeholder: Proposed Solution
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Considered Alternatives
description: |
Please provide a description of any alternative solutions or features you've considered.
placeholder: Considered Alternatives
validations:
required: false
- type: textarea
id: other-info
attributes: