more templates

This commit is contained in:
Evgenii Alekseev 2021-03-29 00:13:20 +03:00
parent 751676a07e
commit 80a1f37c85
6 changed files with 44 additions and 7 deletions

View File

@ -7,14 +7,18 @@ assignees: ''
--- ---
**Describe the bug** ## Summary
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
**To Reproduce** ### Steps to Reproduce
Steps to reproduce the behavior (commands, environment etc) Steps to reproduce the behavior (commands, environment etc)
**Expected behavior** ### Expected behavior
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
**Logs** ### Logs
Add logs to help explain your problem. Logs to stderr can be generated by using `--no-log` command line option. Add logs to help explain your problem. Logs to stderr can be generated by using `--no-log` command line option.

12
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View File

@ -0,0 +1,12 @@
---
name: Question
about: Create an issue to get help with project
title: ''
labels: question
assignees: ''
---
## Describe your question below
A clear and concise description of your issue for which you would like to get help.

View File

@ -7,8 +7,14 @@ assignees: ''
--- ---
**Is your feature request related to a problem? Please describe.** ## Feature summary
Brief description of the feature required
### Cause of the feature request
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like** ### Proposed changes and/or features
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.

13
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
## Summary
Brief description of the pull request. Try to provide clear explanation for major changes.
Please make sure that branch called either `feature/feature-name` for feature-related pull requests or `bug/bug-name` for bug-related ones.
Put `closes #ISSUE` in case if the pull requests solves one of the opened issues.
### Checklist
- [ ] Tests to cover new code
- [ ] `make check` passed
- [ ] `make tests` passed

2
AUTHORS Normal file
View File

@ -0,0 +1,2 @@
Current developers:
Evgenii Alekseev aka arcanis <esalexeev (at) gmail (dot) com>

View File

@ -3,7 +3,7 @@
PROJECT := ahriman PROJECT := ahriman
FILES := COPYING CONFIGURING.md README.md package src setup.py FILES := AUTHORS COPYING CONFIGURING.md README.md package src setup.py
TARGET_FILES := $(addprefix $(PROJECT)/, $(FILES)) TARGET_FILES := $(addprefix $(PROJECT)/, $(FILES))
IGNORE_FILES := package/archlinux src/.mypy_cache IGNORE_FILES := package/archlinux src/.mypy_cache