Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
chore: template cleanup (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: T6 <[email protected]>

Co-authored-by: T6 <[email protected]>
  • Loading branch information
harrysolovay and tjjfvi authored Oct 2, 2022
1 parent 3e1b917 commit 99bb7cb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 49 deletions.
39 changes: 19 additions & 20 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
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)? -->
27 changes: 12 additions & 15 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
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 -->
22 changes: 8 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit 99bb7cb

Please sign in to comment.