Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Github Templates✅ #484

Merged
merged 4 commits into from
Jul 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.
-->