From 54f0348145677f7e7257ae0775d05cd6d7fa0110 Mon Sep 17 00:00:00 2001 From: Harry Munday Date: Wed, 6 Mar 2024 07:11:06 +0000 Subject: [PATCH] Add template workflow for bug/feature interactions --- .github/CONTRIBUTING.md | 13 +++++ .github/ISSUE_TEMPLATE/BUG_REPORT.md | 62 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 38 ++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ 4 files changed, 118 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..668240b --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing to TBC-Video-Export + +Thank you for considering to help the decode projects and its workflow! + +When contributing to this repository, please first discuss the change you wish +to make via an issue, code changes are proposed via [Pull +Requests.](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests) + +## Using the issue tracker + +The [github issue tracker](https://github.com/JuniorIsAJitterbug/tbc-video-export/issues) is the main +tool for [bug reports](#bugs) and [features requests](#features). +**Please do not use the issue tracker for misc support.** Use [Discord](https://discord.com/invite/pVVrrxd) or [Reddit](https://www.reddit.com/r/vhsdecode/) for user questions. diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..5dd5b8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,62 @@ +--- +name: '🐞 Bug Report' +about: Create a report to help us improve +title: '' +labels: ['bug'] +assignees: 'JuniorIsAJitterbug' +--- + +### Checklist + + + +- [ ] I have searched the issues page for any duplicate issues open or closed and confirmed that this bug has not been reported before. +- [ ] I have tested the issue with the current build. +- [ ] I have attached log files, uploaded sample data, and commands used so that the issue can be easily reproduced by the developers. + + +### Bug Description + + + +### Steps to Reproduce + + + +1. ... +2. ... +3. ... + +### Expected Behaviour + + + +### Actual Behaviour + + + +### Environment + + + +- Decode version: [e.g., 1.2.3] +- Operating System: [e.g., Windows 10, macOS Big Sur, Linux Ubuntu] +- Hardware Used: [e.g., Ryzen 7 7950x, 16GB DDDR5-4400mhz, SSD NVME Gen 3 etc] + +### Additional Information + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..d34e6a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,38 @@ +--- +name: '🚀 Feature request' +about: Suggest an idea for improving tbc-video-export and its workflow. +title: '' +labels: 'enhancement' +assignees: '' +--- + +### Is your proposal related to a problem? + + + +### Is your proposal related to broadcasting standards? + + + +### Describe the solution you'd like + + + +### Additional context + + + +### Contribution + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..99cf053 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 🙋 Ask a question on Discord! (or Reddit!) + url: https://discord.com/invite/pVVrrxd + about: Check if your question has been answered on the [FAQ](https://github.com/JuniorIsAJitterbug/tbc-video-export/wiki/FAQ-Frequently-Asked-Questions) or create a new question.