Skip to content

Commit

Permalink
Merge pull request #574 from usrrname/chore/add-issue-templates
Browse files Browse the repository at this point in the history
chore: adds issue templates
  • Loading branch information
usrrname authored Jan 24, 2025
2 parents 1881a51 + 84bfaf7 commit 530b956
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Bug report

### System information

`@curveball/a12n` version:

Operating System:

Node version:

Database and version:

How are you using `@curveball/a12n`?


### Erroneous behaviour

*Please provide a description of what the bug is.*


### Expected behaviour

*How should the software behave?*


### Steps for reproduction

What did you do to discover the bug?
Bonus points: include a stackblitz or codepen link!

_Example_

*1. I ran `make` and created a user with an email*

*2. I logged in again with my email and password*

*3. I clicked JSON Web Key Sets, navigated to http://localhost:8531/.well-known/jwks.json*

*4. I saw the error: `500 Internal Server Error`*

**Screenshots**

Include screenshots to help explain your problem.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/pull-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Description

[<GITHUB_ISSUE#>]()

0 comments on commit 530b956

Please sign in to comment.