diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..519e6db6 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +issuehunt: xaymar +patreon: xaymar +custom: https://www.paypal.me/xaymar \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..e35a5c39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,20 @@ +--- +name: Feature request +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. diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md new file mode 100644 index 00000000..5a43994c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -0,0 +1,27 @@ +--- +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/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 00000000..8205642a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,38 @@ +--- +name: Issue/Bug report +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 new file mode 100644 index 00000000..383706e6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ + + + + +### 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.