summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2018-10-24 22:24:23 +0200
committerGitHub <noreply@github.com>2018-10-24 22:24:23 +0200
commitde650567285a5ae9c361324a89a3edc07e95b557 (patch)
treee9fffd6da292f04d72de6773bacba6e556f1c2f1
parente6db92121ae40b00357782174f59d68ec16acf20 (diff)
parent1dd3e20d49aa0750a8cb1da4d9566b55d01b5e8d (diff)
downloadcherrypy-git-de650567285a5ae9c361324a89a3edc07e95b557.tar.gz
Merge pull request #1754 from bluebirrrrd/feature/issue-template-update
Feature/issue template update
-rw-r--r--.github/ISSUE_TEMPLATE.md16
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md12
2 files changed, 14 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 68e32d30..ee3e4b86 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -9,32 +9,32 @@ https://stackoverflow.com/questions/tagged/cherrypy
**** /DELETE THIS BLOCK ****
-->
-* **I'm submitting a ...**
+**I'm submitting a ...**
- [ ] bug report
- [ ] feature request
- [ ] question about the decisions made in the repository
-* **Do you want to request a *feature* or report a *bug*?**
+**Do you want to request a *feature* or report a *bug*?**
-* **What is the current behavior?**
+**What is the current behavior?**
-* **If the current behavior is a bug, please provide the steps to reproduce and if possible a screenshots and logs of the problem. If you can, show us your code.**
+**If the current behavior is a bug, please provide the steps to reproduce and if possible a screenshots and logs of the problem. If you can, show us your code.**
-* **What is the expected behavior?**
+**What is the expected behavior?**
-* **What is the motivation / use case for changing the behavior?**
+**What is the motivation / use case for changing the behavior?**
-* **Please tell us about your environment:**
+**Please tell us about your environment:**
- Cheroot version: X.X.X
- CherryPy version: X.X.X
@@ -44,4 +44,4 @@ https://stackoverflow.com/questions/tagged/cherrypy
-* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, e.g. stackoverflow, gitter, etc.)
+**Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, e.g. stackoverflow, gitter, etc.)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 824eb97d..46bbd4f1 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,4 +1,4 @@
-* **What kind of change does this PR introduce?**
+**What kind of change does this PR introduce?**
- [ ] bug fix
- [ ] feature
- [ ] docs update
@@ -8,22 +8,22 @@
-* **What is the related issue number (starting with `#`)**
+**What is the related issue number (starting with `#`)**
-* **What is the current behavior?** (You can also link to an open issue here)
+**What is the current behavior?** (You can also link to an open issue here)
-* **What is the new behavior (if this is a feature change)?**
+**What is the new behavior (if this is a feature change)?**
-* **Other information**:
+**Other information**:
-* **Checklist**:
+**Checklist**:
- [ ] I think the code is well written
- [ ] I wrote [good commit messages][1]