Skip to content

Commit

Permalink
fix: code format (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy authored Jun 20, 2024
1 parent fc6f737 commit 40af59c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Report a Technical/Visual Issue on the Node.js API Docs
name: Report a Technical/Visual Issue on the Node.js API Docs
description: 'Is something not working as expected? Did you encounter a glitch or a bug with the docs?'
labels: [bug]
body:
Expand Down Expand Up @@ -48,4 +48,3 @@ body:
4. If possible, images or videos are welcome.
validations:
required: true

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ body:
3. What I plan to do (Optional but better).
validations:
required: true

1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ You can check the items by adding an `x` between the brackets, like this: `[x]`

- [ ] I have read the [Contributing Guidelines](https://github.com/nodejs/api-docs-tooling/blob/main/CONTRIBUTING.md) and made commit messages that follow the guideline.
- [ ] I've covered new added functionality with unit tests if necessary.

0 comments on commit 40af59c

Please sign in to comment.