Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.02 KB

CONTRIBUTING.md

File metadata and controls

73 lines (48 loc) · 2.02 KB

Contributing Guidelines for diff-ymd-package

Thank you for considering contributing to diff-ymd-package! 🚀

Table of Contents

  1. Code of Conduct
  2. How to Contribute
  3. Development Setup
  4. Coding Guidelines
  5. Testing
  6. Versioning
  7. Community

Code of Conduct

Please read and adhere to our Code of Conduct available here.

How to Contribute

Reporting Bugs

If you encounter a bug, please open an issue with the following details:

  • A clear and concise title.
  • A detailed description of the bug, including steps to reproduce.
  • The expected behavior and the actual behavior.
Feature Requests

If you have an idea for a new feature, feel free to open an issue with the following details:

  • A clear and concise title.
  • A detailed description of the proposed feature.
Pull Requests
  1. Fork the repository and create a new branch(or make changes on same branch).
  2. Make your changes and ensure the code follows our coding guidelines.
  3. Write tests to cover your changes.
  4. Ensure the existing tests pass.
  5. Open a pull request with a clear title and description of your changes.

Development Setup

To set up your development environment, follow these steps:

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Make your changes.
Coding Guidelines

Please follow the coding guidelines outlined in the documentation available here.

Testing

Run tests using the following command:

npm test
Versioning

Follow Semantic Versioning (SemVer) when making version changes.

Community

Join our discussions in the GitHub Discussions to engage with the community and get help.

Happy coding! 🎉