aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar wodim2017-10-02 20:24:56 +0200
committerGravatar GitHub2017-10-02 20:24:56 +0200
commit4bbda1e58fb3418187bd3170e3bb49f498108744 (patch)
treec857acae7f7b012cc7a1d13dc3b4cc7e2eae8918 /.github
parentbug in example of manual (#2315) (diff)
downloadKVIrc-4bbda1e58fb3418187bd3170e3bb49f498108744.tar.gz
KVIrc-4bbda1e58fb3418187bd3170e3bb49f498108744.tar.bz2
KVIrc-4bbda1e58fb3418187bd3170e3bb49f498108744.zip
Make the issue/PR templates much simpler. (#2301)
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md3
-rw-r--r--.github/ISSUE_TEMPLATE.md28
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md12
3 files changed, 12 insertions, 31 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
deleted file mode 100644
index 4cd25a243..000000000
--- a/.github/CONTRIBUTING.md
+++ /dev/null
@@ -1,3 +0,0 @@
-###### General guidelines for creating pull requests:
-
-* [**Click here**](https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories) to read the information from our wiki.
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index cba9d878e..7ed571b14 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,21 +1,11 @@
-### Expected behavior
+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
+Is this a feature request?
+==============================
+Describe what you'd like to see implemented, and why you think it's a good idea.
-### Actual behavior
-
-
-[//]:# (Besides the text description, include any screenshots that help us visualize the issue you're facing)
-
-### Steps to reproduce the issue
-1.
-2.
-3.
-
-### System information
-[//]:# (Type ```/about.kvirc``` or click "Help → About KVIrc" and copy & paste the details from the "Executable Information" tab below between ``` marks)
-[//]:# (Also Enter any OS information the "Executable Information" tab doesn't contain, e.g. KDE, Gentoo, Linux Mint, etc.)
-
-```
-
-```
-[//]:# (If you experienced crashes or segfaults please also include a stacktrace below, For how-to read: https://github.com/kvirc/KVIrc/wiki/Grabbing-a-useful-backtrace.)
+Thank you for helping us improve KVIrc!
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6dfd7db7d..44e5e9f7a 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,9 +1,3 @@
-[//]: # (If your pull request is a fix to an open issue please add fixes #9999 to the commit comments.)
-[//]: # (If your proposal involves GUI improvements, add screenshots of before and after to help visualise the proposal on the fly.)
-#### Changes proposed
--
--
--
-
-[//]: # (If you have write privileges to repository, do label your pull request, else you could insert a mention prefixed with @GitHub-Username below.)
-
+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.