aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Benjamin Staneck2018-04-11 16:18:10 +0200
committerGravatar Benjamin Staneck2018-04-11 16:18:31 +0200
commit9cede0a0a0e1d9a5a7f8bf22dc3ffd800638b18e (patch)
tree18486ce79fe5bc5127c24dafe8d665bd5b6c6622 /.github
parentirc-hispano no longer exists (diff)
downloadKVIrc-9cede0a0a0e1d9a5a7f8bf22dc3ffd800638b18e.tar.gz
KVIrc-9cede0a0a0e1d9a5a7f8bf22dc3ffd800638b18e.tar.bz2
KVIrc-9cede0a0a0e1d9a5a7f8bf22dc3ffd800638b18e.zip
readme changes
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md10
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
2 files changed, 7 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 7ed571b14..afbabcd44 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,11 +1,11 @@
-Is this a bug report?
-==============================
+# Is this a bug report?
+
Describe what the problem is. Attach screenshots if you feel like they will help explain the issue better.
If you can, click "Help → About KVIrc", go to the "Executable Information" tab and copy its contents here. That may help us diagnose the issue.
-If you're experiencing a crash and you think we might not be able to reproduce it for some reason, a backtrace will be helpful: https://github.com/kvirc/KVIrc/wiki/Grabbing-a-useful-backtrace
+If you're experiencing a crash and you think we might not be able to reproduce it for some reason, a [backtrace](Grabbing-a-useful-backtrace) will be very helpful.
+
+# Is this a feature request?
-Is this a feature request?
-==============================
Describe what you'd like to see implemented, and why you think it's a good idea.
Thank you for helping us improve KVIrc!
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 44e5e9f7a..d395615d5 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,5 @@
+<!--
Describe the changes you're proposing.
If this pull request is intended to fix a bug, don't forget to mention its #number.
If there are changes in the GUI, include screenshots of the changes.
+-->