Describe the issue
It appears that the repository does not include a CONTRIBUTING.md file. This file is essential to help guide contributors on how to report issues, propose features, and submit pull requests.
To Reproduce
Steps to reproduce the issue:
- Clone or browse the repository.
- Notice that there is no
CONTRIBUTING.md file in the root or documentation folder.
- Realize that there are no clear contribution guidelines available.
Expected behavior
The repository should have a CONTRIBUTING.md file that outlines:
- How to report bugs and request features.
- The process for submitting pull requests.
- Coding standards and commit message guidelines.
- Other relevant details for community contributions.
Additional context
Adding a detailed CONTRIBUTING.md file will help new contributors understand how to effectively contribute to the project. This will reduce confusion and improve code quality. I have drafted a potential CONTRIBUTING.md file (see attached PR) for your review.
Describe the issue
It appears that the repository does not include a
CONTRIBUTING.mdfile. This file is essential to help guide contributors on how to report issues, propose features, and submit pull requests.To Reproduce
Steps to reproduce the issue:
CONTRIBUTING.mdfile in the root or documentation folder.Expected behavior
The repository should have a
CONTRIBUTING.mdfile that outlines:Additional context
Adding a detailed
CONTRIBUTING.mdfile will help new contributors understand how to effectively contribute to the project. This will reduce confusion and improve code quality. I have drafted a potentialCONTRIBUTING.mdfile (see attached PR) for your review.