summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-05-11 17:13:13 +0200
committerJoel Rosdahl <joel@rosdahl.net>2019-05-11 17:13:13 +0200
commit4e4588a8fc17c6c62a66e39f8492d80c1e7a684a (patch)
treeca9283557cd2cabd56f1683e0b3481663854b028
parent40653b6a76f5b4c5f224db7994e735abc95de133 (diff)
downloadccache-4e4588a8fc17c6c62a66e39f8492d80c1e7a684a.tar.gz
Tweak issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md11
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md3
-rw-r--r--.github/ISSUE_TEMPLATE/support.md3
3 files changed, 6 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index ea09a506..bceee81e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,23 +6,22 @@ labels: bug
assignees: ''
---
-
### How to reproduce ###
<!-- Steps to reproduce the behavior: -->
-1. ...
-2. ...
-3. ...
+1.
+2.
+3.
### Actual behavior ###
<!-- What happened? -->
-...
+
### Expected behavior ###
<!-- What did you expect to happen? -->
-...
+
### Environment ###
<!-- Which ccache version and (if applicable) compiler, OS, file system, -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index bc30ef4e..c4f436c9 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -6,9 +6,8 @@ labels: feature
assignees: ''
---
-
### Description ###
<!-- How do you want ccache to work or behave? -->
-...
+
diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md
index 00b23f92..9d10686d 100644
--- a/.github/ISSUE_TEMPLATE/support.md
+++ b/.github/ISSUE_TEMPLATE/support.md
@@ -6,8 +6,5 @@ labels: support
assignees: ''
---
-
### Question ###
<!-- What do you want help with or know about? -->
-
-...