Skip to content

Commit

Permalink
docs: update contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Nov 7, 2023
1 parent 0388f5f commit 858dc44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ To open a bug, open an issue in the "Bug Report" category, making sure to follow
To submit a pull request, make sure to follow these steps and requirements:

- open a PR's for a single feature or bugfix, multiple modifications of different nature can be submitted with multiple PR's
- if submitting a new feature, discuss it by opening an issue before even start working on it. This is required to make sure that the new feature is something that is really needed or wanted and thus having it green-lighted, and to receive some feedback and suggestions about how to properly implement it.
- if submitting a new feature, discuss it by opening an issue before even start working on it. This is required to make sure that the new feature is something that is really needed or wanted and thus having it green-lighted, and to receive some feedback and suggestions about how to properly implement it.
- Issues labeled with [`Help Wanted`](https://github.com/stefanobartoletti/nuxt-social-share/labels/help%20wanted), if present, are a good starting point to start cotributing to the project.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@ npm run test:watch
npm run release
```

## 🤝 Contributing

If you want to contribute you can start by reading the [Contributing guidelines](https://github.com/stefanobartoletti/nuxt-social-share/blob/master/.github/CONTRIBUTING.md).


## 📝 License

[MIT](https://github.com/stefanobartoletti/nuxt-social-share/blob/main/LICENSE)
Expand Down

0 comments on commit 858dc44

Please sign in to comment.