This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: T6 <[email protected]> Co-authored-by: T6 <[email protected]>
- Loading branch information
1 parent
3e1b917
commit 99bb7cb
Showing
3 changed files
with
39 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,44 @@ | ||
--- | ||
|
||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: <title> | ||
name: Bug | ||
about: Identify faulty behavior | ||
title: "" | ||
labels: bug | ||
|
||
--- | ||
|
||
<!-- Please search to see if an issue already exists for the bug you encountered. --> | ||
## Bug Report | ||
|
||
**Current Behavior** | ||
<!-- Please search Capi's issues in case one already exists for this bug. --> | ||
|
||
<!-- A concise description of what you're experiencing. --> | ||
### Current Behavior | ||
|
||
**Expected Behavior** | ||
<!-- TODO --> | ||
|
||
<!-- A concise description of what you expected to happen. --> | ||
### Expected Behavior** | ||
|
||
**Steps To Reproduce** | ||
<!-- TODO --> | ||
|
||
### Steps To Reproduce** | ||
|
||
<!-- | ||
Example: steps to reproduce the behavior: | ||
Example: | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
2. ... with this code... | ||
3. ... run this command. | ||
--> | ||
|
||
**Environment** | ||
### Environment | ||
|
||
<!-- | ||
Example: | ||
- Deno: ... (deno --version) | ||
- Node: ... (node -v) | ||
- Browser: ... | ||
- OS: ... | ||
- Language: TypeScript vX.Y.Z (tsc --version) / JavaScript / ... | ||
--> | ||
|
||
**Anything else** | ||
### Additional Information | ||
|
||
<!-- | ||
Links? References? Github repository? Anything that will give us more context about the issue that you are encountering! | ||
--> | ||
<!-- Is there anything else that might help us tackle this bug (a public GitHub repo perhaps)? --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
--- | ||
|
||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: <title> | ||
about: Suggest an idea | ||
title: "" | ||
labels: feature | ||
|
||
--- | ||
|
||
<!-- | ||
Thank you for suggesting an idea to make the project better. | ||
## Feature Request | ||
|
||
<!-- Please search Capi's issues incase one already exists for this idea. --> | ||
|
||
### Suggestion | ||
|
||
Please fill in as much of the template below as you're able. | ||
<!-- TODO --> | ||
|
||
Note: Please search to see if the feature request already exists or has been discussed. | ||
--> | ||
### Motivation | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
Please describe the problem you are trying to solve. | ||
<!-- TODO --> | ||
|
||
**Describe the solution you'd like** | ||
Please describe the desired behavior. | ||
### Use Cases | ||
|
||
**Describe alternatives you've considered** | ||
Please describe alternative solutions or features you have considered. | ||
<!-- TODO --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
<!--- Provide a general summary of your changes in the title above, following conventional commit --> | ||
Resolves # | ||
|
||
**Description** | ||
- [ ] There is an associated issue (**required**) | ||
- [ ] The change is described in detail | ||
- [ ] There are no merge conflicts | ||
- [ ] All CI checks pass | ||
- [ ] There are new or updated tests validating the change | ||
- [ ] The title conforms to [the conventional commit standard](https://www.conventionalcommits.org/en/v1.0.0/) | ||
|
||
<!--- Link to the open issue this addresses --> | ||
|
||
Fixes # | ||
|
||
<!--- Describe your changes in detail --> | ||
|
||
**How Has This Been Tested?** | ||
|
||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
<!--- validate CI checks passed --> | ||
## Description |