-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template workflow for bug/feature interactions
- Loading branch information
Showing
4 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
name: '🐞 Bug Report' | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: ['bug'] | ||
assignees: 'JuniorIsAJitterbug' | ||
--- | ||
|
||
### Checklist | ||
|
||
<!-- | ||
✅ Please make sure that you have completed the following steps before submitting the bug report: | ||
--> | ||
|
||
- [ ] 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 | ||
|
||
<!-- | ||
Please provide a clear and concise description of the bug you encountered. | ||
--> | ||
|
||
### Steps to Reproduce | ||
|
||
<!-- | ||
Outline the steps to reproduce the bug: | ||
--> | ||
|
||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
### Expected Behaviour | ||
|
||
<!-- | ||
Explain what you expected to happen when performing the steps above. | ||
--> | ||
|
||
### Actual Behaviour | ||
|
||
<!-- | ||
Explain what actually happened when performing the steps above. Include any error messages or unexpected behaviour. | ||
--> | ||
|
||
### Environment | ||
|
||
<!-- | ||
Include information on your 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 | ||
|
||
<!-- | ||
Include any additional information that might be relevant to the bug report, such as screenshots or related issues/Pull-Requests. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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? | ||
|
||
<!-- | ||
Provide a clear and concise description of what the problem is. | ||
For example, "I'm always frustrated when..." | ||
--> | ||
|
||
### Is your proposal related to broadcasting standards? | ||
|
||
<!-- if so please detail the request with supporting documentaiton" | ||
--> | ||
|
||
### Describe the solution you'd like | ||
|
||
<!-- | ||
Provide a clear and concise description of what you want to happen. | ||
--> | ||
|
||
### Additional context | ||
|
||
<!-- | ||
Is there anything else you can add about the proposal? | ||
You might want to link to related issues here, if you haven't already. | ||
--> | ||
|
||
### Contribution | ||
|
||
<!-- | ||
Are you able to create a PR (Pull Request) for this? | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |