diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-05-04 17:54:37 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | 2018-05-07 15:33:09 +0200 |
commit | e4671d7c67571bf2023be2db9ee19909086a83e2 (patch) | |
tree | 8bf3f06fd8040d7c95055da0b124a82de4dd2a30 /.github/ISSUE_TEMPLATE | |
parent | d75ba68509c524638d244c1922da278060696356 (diff) | |
download | ansible-e4671d7c67571bf2023be2db9ee19909086a83e2.tar.gz |
Add emojii to issue template titles
According to https://gitmoji.carloscuesta.me/
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation_report.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 000cffd9b8..d2c65103a3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 🐛 Bug report about: Create a report to help us improve --- diff --git a/.github/ISSUE_TEMPLATE/documentation_report.md b/.github/ISSUE_TEMPLATE/documentation_report.md index aba9671897..15a496eb40 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.md +++ b/.github/ISSUE_TEMPLATE/documentation_report.md @@ -1,5 +1,5 @@ --- -name: Documentation Report +name: 📝 Documentation Report about: Ask us about docs --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6901c8fea0..9374e2ab66 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: ✨ Feature request about: Suggest an idea for this project --- |