-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: move contribution guidelines to CONTRIBUTING.md and remove usel…
…ess TODO file - Removed the contribution guidelines section from README.md and migrated it to a new CONTRIBUTING.md file. - Deleted TODO.md as this is useless xd
- Loading branch information
Showing
3 changed files
with
11 additions
and
33 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,11 @@ | ||
## Contribution Guidelines | ||
|
||
Always welcome both issues and pull requests! When submitting a pull request (PR), please adhere to the Conventional Commits specification. Avoid using vague commit messages such as `update` or `some update`. | ||
|
||
### I want to contribute to the project. How do I get started? | ||
|
||
Basically no rules, i happy to accept any commit or issue. But if you want to contribute to the project, Please just dont commit like telling nothing. Please explain what you did and why you did it :) | ||
|
||
Good commit message is be kind for yourself and others people who want to read it, and also it will be helpful for the future reference. | ||
|
||
For more please refer to the conventional commit. [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) |
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