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:
Ralf Habacker 2022-03-18 07:47:10 +00:00
commit 25c0aff7e8
2 changed files with 32 additions and 0 deletions

View 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.

View 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.