Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 574 Bytes

CONTRIBUTION.md

File metadata and controls

26 lines (17 loc) · 574 Bytes

Contribution guide

Contributions to Taskflow are welcome! To contribute, follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  3. Make changes and commit them:

    git commit -m "Add your commit message here"
  4. Push your changes to your branch:

    git push origin feature/your-feature-name
  5. Create a pull request on the main repository.

Please follow the project's coding guidelines and maintain a clean commit history.