diff --git a/.github/ISSUE_TEMPLATE/github_integration.md b/.github/ISSUE_TEMPLATE/github_integration.md new file mode 100644 index 00000000..30667b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/github_integration.md @@ -0,0 +1,43 @@ +--- +name: GitHub Integration ⚙️ +about: Report a bug or request a feature about GitHub integration +title: "" +labels: ["github_integration"] +assignees: "orhun" +--- + + + +**Describe the issue** + + + +**To reproduce** + + + +**Expected behavior** + + + +**Screenshots / Logs** + + + +**Software information** + + + +- Operating system: +- Rust version: +- Project version: + +**Additional context** + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ac78ff8..013a8e0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,3 @@ - - ## Description @@ -39,3 +37,5 @@ - [ ] I checked the lints with [clippy](https://github.com/rust-lang/rust-clippy). - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. + +