Skip to content

Commit

Permalink
Add template workflow for bug/feature interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypm committed Mar 6, 2024
1 parent 757644c commit 54f0348
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/CONTRIBUTING.md
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.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
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.
-->
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
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?
-->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.

0 comments on commit 54f0348

Please sign in to comment.