diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ee15898 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: bug +assignees: '' + +--- + +**Describe the Bug** +Provide a clear and concise description of what the bug is, and what should have happened. + +**Steps to Reproduce** +Steps to reproduce the behavior (Err on over-descriptive). + +**Additional Information** +If applicable, include screenshots, OS/Browser/Build version, or any other relevant information. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..8927443 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: Question +about: Ask a clarifying question about this project +title: "[Question]" +labels: question +assignees: '' + +--- + +**Question** +Provide a clear and concise explanation of the question. + +**Additional Information** +Provide a clear and concise explanation of what changes are needed on the repository in order for the question's answer to be accessible to future users. diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md new file mode 100644 index 0000000..55f172e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.md @@ -0,0 +1,14 @@ +--- +name: Suggestion +about: Suggest an idea for this project +title: "[Suggestion]" +labels: suggestion +assignees: '' + +--- + +**Suggestion** +Provide a clear and concise description of the suggestion. + +**Additional Information** +Provide a clear and concise explanation for what changes would need to take place in order for the suggestion to be possible. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store