1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(github): update templates about GitHub integration

This commit is contained in:
Orhun Parmaksız 2024-01-05 16:39:17 +03:00
parent 82f189dbac
commit 3f5107a02c
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
2 changed files with 45 additions and 2 deletions

View File

@ -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. -->

View File

@ -1,5 +1,3 @@
<!--- Thank you for contributing to git-cliff! ⛰️ -->
## Description
<!--- Describe your changes in detail -->
@ -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! ⛰️ -->