Create Issue Templates

This commit is contained in:
Ariel Rin 2019-03-12 22:16:00 +00:00 committed by Basraah
parent dec793bfac
commit ec4232c00a
4 changed files with 278 additions and 255 deletions

4
.gitignore vendored
View File

@ -62,5 +62,7 @@ celerybeat-schedule
#pycharm
.idea/*
/nbproject/
#gitlab configs
.gitlab/

View File

@ -0,0 +1,14 @@
# Bug
- I have searched [issues](https://gitlab.com/allianceauth/allianceauth/issues?scope=all&utf8=%E2%9C%93&state=all) (Y/N):
- What Version of Alliance Auth:
- What Operating System:
- Version of other components relevant to issue eg. Service, Database:
Please include a brief description of your issue here.
Please include steps to reproduce the issue
Please include any tracebacks or logs
Please include the results of the command `pip list`

View File

@ -0,0 +1,7 @@
# Feature Request
- Describe the feature are you requesting.
- Is this a Service (external integration), a Module (Alliance Auth extension) or an enhancement to an existing service/module.
- Describe why its useful to you or others.