Merge branch 'issue-templates' into 'master'

Create Issue Templates

See merge request allianceauth/allianceauth!1111
This commit is contained in:
Basraah 2019-03-12 22:16:00 +00:00
commit d809902d1e
4 changed files with 278 additions and 255 deletions

4
.gitignore vendored
View File

@ -62,5 +62,7 @@ celerybeat-schedule
#pycharm #pycharm
.idea/* .idea/*
/nbproject/ /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.