Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.52 KB

File metadata and controls

38 lines (24 loc) · 1.52 KB

Contributing to agentic-project-management (APM)

Thank you for considering contributing to APM! Your help is appreciated.

How Can I Contribute?

Reporting Bugs

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • 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

  • Open a new issue outlining your enhancement suggestion. Provide a clear description of the enhancement and its potential benefits.

Pull Requests

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Please ensure your PR includes:

  • A clear description of the changes.
  • Any relevant issue numbers.
  • Tests for your changes, if applicable.

Styleguides

Please adhere to standard Markdown formatting.

Code of Conduct

This project and everyone participating in it is governed by the CODE_OF_CONDUCT.md. By participating, you are expected to uphold this code.


We look forward to your contributions!