Skip to content

Commit

Permalink
chore(github): update templates about GitHub integration
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 5, 2024
1 parent 82f189d commit 3f5107a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/github_integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: GitHub Integration ⚙️
about: Report a bug or request a feature about GitHub integration
title: ""
labels: ["github_integration"]
assignees: "orhun"
---

<!--- Please see https://git-cliff.org/docs/integration/github -->

**Describe the issue**

<!--- A clear and concise description of what the issue is. -->

**To reproduce**

<!---
Steps to reproduce the behavior:
1. Build with '...' arguments
2. Run with '....' arguments
4. Use '...' configuration options
5. See the error
-->

**Expected behavior**

<!--- A clear and concise description of what you expected to happen. -->

**Screenshots / Logs**

<!--- If applicable, add screenshots to help explain your problem. -->

**Software information**

<!--- Please fill in following fields -->

- Operating system: <!--- e.g. Arch GNU/Linux x86_64 6.2.1-arch1-1 -->
- Rust version: <!--- e.g. rustc 1.69.0-nightly (7281249a1 2023-02-27) -->
- Project version: <!--- e.g. 0.1.0 -->

**Additional context**

<!--- Add any other context about the problem here. -->
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!--- Thank you for contributing to git-cliff! ⛰️ -->

## Description

<!--- Describe your changes in detail -->
Expand Down Expand Up @@ -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.

<!--- Thank you for contributing to git-cliff! ⛰️ -->

0 comments on commit 3f5107a

Please sign in to comment.