diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..a58b57b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file + +# It uses the same pattern rule for gitignore file +# https://git-scm.com/docs/gitignore#_pattern_format + +# Core +* @orhun diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..968611c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +github: orhun +patreon: orhunp +buy_me_a_coffee: orhun diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..81a46cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report 🐛 +about: Report a bug to help us improve +title: "" +labels: "bug" +assignees: "orhun" +--- + +**Describe the bug** + + + +**To reproduce** + + + +**Expected behavior** + + + +**Screenshots / Logs** + + + +**Software information** + + + +- Operating system: +- Rust version: +- Project version: + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..7ec5edf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request 😼 +about: Make a suggestion for the project +title: "" +labels: "enhancement" +assignees: "orhun" +--- + +**Is your feature request related to a problem? Please describe.** + + + +**Describe the solution you'd like** + + + +**Describe alternatives you've considered** + + + +**Additional context** + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..671d24d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ + + +## Description of change + + + + +## How has this been tested? (if applicable) + +