added .github folder

pull/309/head
meisnate12 3 years ago
parent 35b4a53c46
commit 53f29e927f

@ -0,0 +1 @@
github: meisnate12

@ -0,0 +1,25 @@
---
name: Bug Report
about: Please do not use bug reports for support issues.
title: 'Bug: '
labels: 'status:not-yet-viewed, bug'
assignees: 'meisnate12'
---
<!---
THIS IS NOT THE PLACE TO ASK FOR SUPPORT! Please use [Discord](https://discord.gg/TsdpsFYqqm) for support issues.
DO NOT ERASE THE TEMPLATE! Please complete the entire template.
--->
**Describe the Bug**
A clear and concise description of what the bug is.
**Relevant Collection Config**
- Having a problem with a collection include the collection config from your metadata file.
**Plex Meta Manager Info**
- Version Number (can be found at the beginning of your meta.log file.
**Link to logs (required)**
- If having an error with a specific collection include the collection.log otherwise please include the full meta.log file on [Gist](http://gist.github.com). _Do not upload attachments_.

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Plex Meta Manager Wiki
url: https://github.com/meisnate12/Plex-Meta-Manager/wiki
about: Please check the wiki to see if your question has already been answered.
- name: Discord
url: https://discord.gg/TsdpsFYqqm
about: Please use Discord to ask for support.

@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest a new feature for Plex Meta Manager.
title: 'Feature Request: '
labels: 'status:not-yet-viewed, enhancement'
assignees: 'meisnate12'
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

@ -0,0 +1,21 @@
## Description
Please include a summary of the changes.
### Issues Fixed or Closed
- Fixes #(issue)
## Type of Change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
## Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
Loading…
Cancel
Save