From 40af59ce25ea3a3c1773234c99fde1e37fb0a8ae Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Thu, 20 Jun 2024 19:26:13 +0200 Subject: [PATCH] fix: code format (#21) --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 3 +-- .github/ISSUE_TEMPLATE/02-feature-request.yml | 1 - .github/PULL_REQUEST_TEMPLATE.md | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index 731ec0f..02a973c 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -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: @@ -48,4 +48,3 @@ body: 4. If possible, images or videos are welcome. validations: required: true - diff --git a/.github/ISSUE_TEMPLATE/02-feature-request.yml b/.github/ISSUE_TEMPLATE/02-feature-request.yml index 35e30c2..813d27b 100644 --- a/.github/ISSUE_TEMPLATE/02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature-request.yml @@ -17,4 +17,3 @@ body: 3. What I plan to do (Optional but better). validations: required: true - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ec9cfb2..d6d84f0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. -