Skip to content

Commit

Permalink
config: update github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienCoutant committed Dec 5, 2023
1 parent a9a8479 commit 6fe0391
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/01_BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ assignees: ""

# Bug Report

**Shisui version:**
## Shisui version:

<!-- Please specify commit or tag version. -->

**Current behavior:**
## Current behavior:

<!-- Describe how the bug manifests. -->

**Expected behavior:**
## Expected behavior:

<!-- Describe what you expect the behavior to be without the bug. -->

**Steps to reproduce:**
## Steps to reproduce:

<!-- Explain the steps required to duplicate the issue, especially if you are able to provide a sample application. -->

**Related code:**
## Related code:

<!-- If you are able to illustrate the bug or feature request with an example, please provide it here. -->

```
insert short code snippets here
```

**Other information:**
## Other information:

<!-- List any other information that is relevant to your issue. Related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ assignees: ""

# Feature Request

**Describe the Feature Request**
## Describe the Feature Request

<!-- A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. -->

**Describe Preferred Solution**
## Describe Solution

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

**Describe Alternatives**
## Requirement

<!-- A clear and concise description of any alternative solutions or features you've considered. -->
<!-- A clear list of what is needed for this issue (others issues to complete, etc.) -->

**Related Code**
## Related Code

<!-- If you are able to illustrate the bug or feature request with an example, please provide it here. -->

**Additional Context**
## Additional Context

<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc. -->

**If the feature request is approved, would you be willing to submit a PR?**
## If the feature request is approved, would you be willing to submit a PR?
_(Help can be provided if you need assistance submitting a PR)_

- [ ] Yes/No
<!-- Yes or No -->
16 changes: 8 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

Please add the labels corresponding to the type of changes your PR introduces:

- Bugfix
- Feature
- Code style update (formatting, renaming)
- Refactoring (no functional changes, no API changes)
- Build-related changes
- Documentation content changes
- Testing
- Other (please describe):
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build-related changes
- [ ] Documentation content changes
- [ ] Testing
- [ ] Other (please describe):

## What is the current behavior?

Expand Down

0 comments on commit 6fe0391

Please sign in to comment.