mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 12:18:13 +02:00
Merge branch 'issue-templates' into 'master'
Add bug and feature template for issue tracker See merge request dbus/dbus!270
This commit is contained in:
commit
25c0aff7e8
2 changed files with 32 additions and 0 deletions
17
.gitlab/issue_templates/Bug.md
Normal file
17
.gitlab/issue_templates/Bug.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## To reproduce
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
1. ...
|
||||
2. ...
|
||||
|
||||
## Expected result
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## Actual result
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## Additional context
|
||||
|
||||
Add any other context about the problem here.
|
||||
15
.gitlab/issue_templates/Feature.md
Normal file
15
.gitlab/issue_templates/Feature.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## Is your feature request related to a problem? Please describe.
|
||||
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
## Describe the solution you'd like
|
||||
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
## Describe alternatives you've considered
|
||||
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
## Additional context
|
||||
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Loading…
Add table
Reference in a new issue