mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 12:34:31 +03:00
chore(github): update templates about GitHub integration
This commit is contained in:
parent
82f189dbac
commit
3f5107a02c
43
.github/ISSUE_TEMPLATE/github_integration.md
vendored
Normal file
43
.github/ISSUE_TEMPLATE/github_integration.md
vendored
Normal 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. -->
|
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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! ⛰️ -->
|
||||
|
Loading…
Reference in New Issue
Block a user