From bbf09e0f441a341bb11498e138ed25b3b3b96142 Mon Sep 17 00:00:00 2001 From: Devin Neal Date: Tue, 4 Dec 2018 17:20:30 -0800 Subject: [PATCH 1/2] add templates for issues and pull requests --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..dff17d15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +### If this is a support request: + +**Please attempt to solve the problem on your own before opening an issue.** +Between old issues, StackOverflow, and Google, you should be able to find +solutions to most of the common bugs. + +Include at least: +1. Steps to reproduce the issue (e.g. the command you ran) +2. The unexpected behavior that occurred (e.g. error messages or screenshots) +3. The environment (e.g. operating system and version of manim) + + +### If this is a feature request: +Include the motivation for making this change. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..cd810c78 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Thanks for contributing to manim! + +**Please ensure that your pull request works with the latest version of manim.** +You should also include: + +1. The motivation for making this change (or link the relevant issues) +2. How you tested the new behavior (e.g. a minimal working example, before/after +screenshots, gifs, commands, etc.) This is rather informal at the moment, but +the goal is to show us how you know the pull request works as intended. From 7531e43f1968216552950f936bd4fef437db97da Mon Sep 17 00:00:00 2001 From: Devin Neal Date: Tue, 4 Dec 2018 17:24:02 -0800 Subject: [PATCH 2/2] Change a word --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index dff17d15..d83c3d2d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ **Please attempt to solve the problem on your own before opening an issue.** Between old issues, StackOverflow, and Google, you should be able to find -solutions to most of the common bugs. +solutions to most of the common problems. Include at least: 1. Steps to reproduce the issue (e.g. the command you ran)