-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- markdownlint-disable MD013 --> | ||
# Contributing | ||
|
||
Any kind of contribution is welcome. | ||
|
||
Visit the forums | ||
|
||
- for [announcements](https://github.com/llaville/box-manifest/discussions/categories/announcements) of new versions | ||
- if you want to [ask a question or help others](https://github.com/llaville/box-manifest/discussions/categories/q-a) | ||
- [learn](https://github.com/llaville/box-manifest/discussions/categories/show-and-tell) more about any features | ||
- suggest new [ideas](https://github.com/llaville/box-manifest/discussions/categories/ideas) | ||
- or any [other stuffs](https://github.com/llaville/box-manifest/discussions/categories/general) | ||
|
||
## Getting Started with your PR | ||
|
||
If you want to send a Pull Request, have these steps in mind : | ||
|
||
- Create a new branch : `git checkout -b <my_new_tool>` (feel free to name your branch as you want) | ||
- Adds your code, and writes as much as possible some unit tests | ||
- Run Unit-Tests to avoid regression | ||
- If it's a new feature, please consider writing documentation in Markdown format into the `docs` directory | ||
- Send your Pull Request and wait for code review |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters