Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1.32 KB

Contributing to swift-corelibs-multitasking

Thank you for considering contributing to swift-corelibs-multitasking! We welcome any contributions that make the project better and more robust.

How to Contribute

  1. Fork the Repository: Create a personal fork of the repository on GitHub.
  2. Clone Your Fork: Clone your fork to your local development machine.
  3. Create a Branch: Create a new branch for your work.
  4. Make Changes: Make your changes in the new branch.
  5. Run Tests: Run the tests to ensure your changes do not break existing code.
  6. Commit Changes: Commit your changes with a descriptive commit message.
  7. Push to GitHub: Push your changes to your fork on GitHub.
  8. Create a Pull Request: Create a pull request from your fork to the main repository.

Code of Conduct

Please read and follow our Code of Conduct.

Reporting Issues

If you find a bug or want to request a feature, please open an issue on GitHub.

Development Guidelines

  • Write clean, readable, and maintainable code.
  • Follow the existing coding style and conventions.
  • Write tests for new features and bug fixes.
  • Update documentation if necessary.

License

By contributing to swift-corelibs-multitasking, you agree that your contributions will be licensed under the same license as the project.