mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-11 17:47:47 -05:00
This commit adds two issue templates and a pull request template. A user can now select between reporting a bug or requesting a new feature when opening an issue. The pull request template provides some guidance on naming the pull request and on the required description.
12 lines
436 B
Markdown
12 lines
436 B
Markdown
<!--
|
|
Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the
|
|
the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz".
|
|
|
|
If you add a breaking change within your PR you should add ":warning:" to the title,
|
|
e.g. ":warning: [core] My breaking change"
|
|
-->
|
|
|
|
<!--
|
|
Description of what have been changed. Please also reference an issue, when available.
|
|
-->
|