From 7fbbd39bf555c05b498d8309265f2d465074fe32 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 17 Apr 2020 11:11:51 +0200 Subject: [PATCH] project: Improve templates for issues/features/help/prs --- .github/ISSUE_TEMPLATE/feature.md | 22 ++++++++--------- .github/ISSUE_TEMPLATE/feedback.md | 27 --------------------- .github/ISSUE_TEMPLATE/help.md | 23 ++++++++++++++++++ .github/ISSUE_TEMPLATE/issue.md | 31 ++++++------------------ .github/pull_request_template.md | 39 ++++++------------------------ 5 files changed, 48 insertions(+), 94 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feedback.md create mode 100644 .github/ISSUE_TEMPLATE/help.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index e35a5c39..28cbe8de 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,20 +1,18 @@ --- -name: Feature request +name: Request a new Feature about: Want a new feature implemented? --- - - + + + ### Description - - + + -### Checklist: - - -- [ ] I have read the contribution guidelines. -- [ ] This feature is necessary and can't be done through other means. -- [ ] This feature does not break existing functionality. -- [ ] I am willing to hire/pay someone to implement this. +### Checklist + +- [ ] I am willing to pay someone to implement this feature. +- [ ] This feature absolutely can't be done with already existing features. diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md deleted file mode 100644 index 5a43994c..00000000 --- a/.github/ISSUE_TEMPLATE/feedback.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Question/Feedback -about: Submit a question or some feedback! (Not for bugs, issues or crashes!) - ---- - - - - -### Description - - - -### System Information - -- Software Version: [e. g. 1.0.0, 1.2.1, ... - NEVER LATEST] -- Operating System: [e. g. Windows, Debian, Ubuntu, RedHat, FreeBSD, ...] -- Kernel Version: [e. g. 1903/1809 (Windows), 4.12 (Linux), ...] -- CPU: [e. g. Intel i7, AMD Zen2, Qualcomm, ...] -- GPU: [e. g. Nvidia RTX 2xxx Series, AMD Radeone 5xxx Series, ...] -- RAM: [e. g. 16GB, 32GB, 64GB, ...] - -### Checklist: - - -- [ ] I have read the contribution guidelines. -- [ ] This is not a bug, crash or generic issue. diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md new file mode 100644 index 00000000..3b22a0ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help.md @@ -0,0 +1,23 @@ +--- +name: Request Help and Support +about: Stuck using something? Why not ask for help? + +--- + + + + + +### Description + + + + +### System Information + +- Software Version: [e. g. 1.0.0, 1.2.1, ... - NEVER LATEST] +- Operating System: [e. g. Windows, Debian, Ubuntu, RedHat, FreeBSD, ...] +- Kernel Version: [e. g. 1903/1809 (Windows), 4.12 (Linux), ...] +- CPU: [e. g. Intel i7, AMD Zen2, Qualcomm, ...] +- GPU: [e. g. Nvidia RTX 2xxx Series, AMD Radeone 5xxx Series, ...] +- RAM: [e. g. 16GB, 32GB, 64GB, ...] diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index 8205642a..0426e3d7 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -1,38 +1,23 @@ --- -name: Issue/Bug report +name: Report a Bug, Crash or Freeze about: Encountered a problem, a bug or a crash? --- - - + + + ### Description - - - -### Expected Behavior - - -### Reproduction Steps - - -1. Open a portal to the Infinite Void -2. Summon an ancient God -3. Realize your mistake + + + ### System Information - + - Software Version: [e. g. 1.0.0, 1.2.1, ... - NEVER LATEST] - Operating System: [e. g. Windows, Debian, Ubuntu, RedHat, FreeBSD, ...] - Kernel Version: [e. g. 1903/1809 (Windows), 4.12 (Linux), ...] - CPU: [e. g. Intel i7, AMD Zen2, Qualcomm, ...] - GPU: [e. g. Nvidia RTX 2xxx Series, AMD Radeone 5xxx Series, ...] - RAM: [e. g. 16GB, 32GB, 64GB, ...] - -### Checklist: - - -- [ ] I have read the contribution guidelines. -- [ ] I can reproduce the issue with the exact reproduction steps I have provided. -- [ ] The issue appears on all of my systems that can run this software. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 383706e6..cbff0690 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,35 +1,10 @@ - - - + + ### Description - - + + -### Motivation and Context - - - - -### How Has This Been Tested? - - - - -### Types of changes - - - - - - - - -### Checklist: - - -- [ ] My code has been run through [clang-format](https://github.com/obsproject/obs-studio/blob/master/.clang-format). -- [ ] I have read the [**contributing** document](https://github.com/obsproject/obs-studio/blob/master/CONTRIBUTING.rst). -- [ ] My code is not on the master branch. -- [ ] The code has been tested. -- [ ] All commit messages are properly formatted and commits squashed where appropriate. +### Related Issues + +