Add description templates

[skip-ci]
This commit is contained in:
totte 2019-02-05 13:23:52 +01:00
parent d5c7d721a9
commit 61630b7557
6 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,26 @@
### Summary
(Summarize the bug encountered concisely)
### Steps to reproduce
(How one can reproduce the issue - this is very important)
### What is the current *bug* behavior?
(What actually happens)
### What is the expected *correct* behavior?
(What you should see instead)
### Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
/label ~"Broken package"

View File

@ -0,0 +1,9 @@
### Link to CCR entry
(Link to the CCR entry)
### Reason for import
(Explain why it should be imported)
/label ~"Import from CCR"

View File

@ -0,0 +1,11 @@
### In which repository is the package now?
(Link here)
### In which repository is the package expected to be?
(Link here)
/label ~"Misplaced package"

View File

@ -0,0 +1,15 @@
### Which package is missing a dependency?
(Link here)
### What dependency is it missing?
(Link here, provide log files, errors, or screenshots if available)
### Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
/label ~"Missing dependency"

View File

@ -0,0 +1,9 @@
### Current version in our repositories
(Link here)
### New version available upstream
(Link to upstream release announcement for new version)
/label ~"Outdated package"

View File

@ -0,0 +1,5 @@
### Which package should be removed, and why?
(Explain here)
/label ~"Package removal"