Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 2.88 KB

CONTRIBUTING.md

File metadata and controls

80 lines (50 loc) · 2.88 KB

CONTRIBUTING.md

Contributing to Income Tax Calculator Application

First off, thank you for considering contributing to the Income Tax Calculator Application! It's people like you that make this project a great tool.

Table of Contents


How Can I Contribute?

Reporting Bugs

  1. Ensure the bug was not already reported by searching on GitHub under Issues.

  2. If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Suggesting Enhancements

  1. Check the Issues to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.

  2. Clearly describe the enhancement and include as many details as possible.

  3. Explain why this enhancement would be useful and why you believe it should be implemented.

Code Contributions

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code follows the styleguide.
  5. Issue that pull request!

Pull Requests

  1. Use a clear and descriptive title for the pull request and commits.
  2. Describe the reason for the changes, and why you believe it is necessary.
  3. Include any relevant issue numbers in the pull request.
  4. Include screenshots or animated GIFs if applicable.
  5. End all files with a newline.

Styleguides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or fewer
  • Reference issues and pull requests liberally after the first line

TypeScript Styleguide

Follow the TypeScript Coding Guidelines.


Additional Notes

  • If you are adding a new dependency, please give a reason for the addition.

Thank you for reading through this contributing guide, and we look forward to your contribution!


For any additional questions or feedback, please contact the maintainers.