Follow Conventional commits where necessary

This commit is contained in:
henil 2021-02-05 21:03:24 +05:30
parent 81989ede17
commit b1006b9f4d

View file

@ -62,6 +62,8 @@ Instructions are similar to those for bug reports. Please provide the following
- If this is not a trivial fix, consider **creating an issue to discuss first** and **later link to it from the PR**. - If this is not a trivial fix, consider **creating an issue to discuss first** and **later link to it from the PR**.
- Use a **clear and descriptive title** for the pull request. - Use a **clear and descriptive title** for the pull request.
- Follow [Conventional Commit specification](https://www.conventionalcommits.org/en/v1.0.0/)
where sufficiently large or impactful change is made.
- Provide a **description of the changes** in as many details as necessary. - Provide a **description of the changes** in as many details as necessary.
Before submitting your pull request, also make sure that the following conditions are met: Before submitting your pull request, also make sure that the following conditions are met: