Skip to content

Commit

Permalink
Merge pull request #484 from sohamsshah/github-issue-template
Browse files Browse the repository at this point in the history
Add Github Templates✅
  • Loading branch information
JonnyBurger committed Jul 2, 2021
2 parents d8cad39 + 85b8e1e commit 07f2076
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!--- Provide a general summary of the issue in the Title above -->

# Bug Report 🐛

<!--
To make it easier for us to solve your issue, please help us by writing your issue in a way that we can reproduce the bug yourself.
Include relevant information like exception messages, screenshots, example code snippets, information about your environment and the Remotion version you are using.
Common problems are also explained in the "Troubleshooting" section under https://www.remotion.dev/docs/.
-->
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
url: https://github.com/remotion-dev/remotion/discussions
about: Ask questions and discuss with other community members
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/custom_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!--- What is on your mind? Let us know! -->
<!--- You may also open a discussion: https://github.com/remotion-dev/remotion/discussions -->
<!--- Or chat with us: https://discord.gg/6VzzNDwUwV -->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!--- Provide a general summary of the feature in the Title above -->

# Feature Request 🛍️

<!--- Provide an expanded summary of the feature -->

## Use Case

<!--- Tell us what feature we should support and what should happen -->

## Possible Solution

<!--- Not obligatory, but suggest an implementation -->
8 changes: 6 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!---
Please make sure to read CONTRIBUTING.md before sending a pull request.
Thank you!
Please do:
- read CONTRIBUTING.md before sending a pull request
- link issues that the PR is affecting (e.g #123)
- try to make the test suite pass
- add documentation
- document potential tradeoffs in this PR.
-->

0 comments on commit 07f2076

Please sign in to comment.