Skip to content

Commit

Permalink
docs: update community template
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 29, 2024
1 parent 7d790a9 commit 086b21c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 50 deletions.
18 changes: 6 additions & 12 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ body:
id: env
attributes:
label: Environment
description: You can use `npx nuxi info` to fill this section
placeholder: |
- Operating System: `Darwin`
- Node Version: `v18.16.0`
- Nuxt Version: `3.7.3`
- CLI Version: `3.8.4`
- Nitro Version: `2.6.3`
- Package Manager: `pnpm@8.7.4`
- Builder: `-`
- User Config: `-`
- Runtime Modules: `-`
- Build Modules: `-`
description: |
Please complete the following information, for example:
- OS: Windows 10
- Browser: Chrome 88
- Node.js version: 14.15.4
- Package manager: npm 6.14.10
validations:
required: true
- type: input
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ body:
id: description
attributes:
label: Description
description: A clear and concise description of what you think would be an helpful addition to the module, including the possible use cases and alternatives you have considered. If you have a working prototype or module that implements it, please include a link.
description: A clear and concise description of what you think would be an helpful addition to the project, including the possible use cases and alternatives you have considered.
validations:
required: true
- type: textarea
id: additonal
id: additional
attributes:
label: Additional context
description: If applicable, add any other context or screenshots here.
34 changes: 0 additions & 34 deletions .github/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion apps/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To start contributing, you can follow these steps:

1. First raise an issue to discuss the changes you would like to make.
2. Fork the repository.
3. Create a branch with a descriptive name `add-feature` or `fix-issue`.
3. Create a branch using conventional commits and the issue number as the branch name. For example, `feat/123` or `fix/456`.
4. Make changes following the local development steps [above](#local-development).
5. Commit your changes following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
6. Run tests using `bun run test`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "turbo test",
"typecheck": "turbo typecheck",
"prepare": "husky",
"release": "changelogen --release",
"release": "changelogen --release --push",
"gh:release": "changelogen gh release"
},
"devDependencies": {
Expand Down

0 comments on commit 086b21c

Please sign in to comment.