Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

28 lines (22 loc) · 1.3 KB

Contributing to product-pipeline

Welcome to product-pipeline! While this project is publicly available, it is primarily intended for internal use within our organization. External contributions are not accepted unless prior discussion and explicit approval have been given by the maintainers.

Guidelines for Contributions

1. Contact Before Contribution

  • If you wish to contribute, please open an issue to discuss your proposed changes before submitting a pull request.
  • Contributions made without prior discussion will not be reviewed or merged.

2. Code of Conduct

  • All contributors must adhere to our Code of Conduct (if applicable).
  • Respectful communication is required in all discussions.

3. Reporting Issues

  • If you encounter a bug or have a feature suggestion, please check existing issues before creating a new one.
  • When creating a new issue, provide as much detail as possible, including:
    • Steps to reproduce the issue.
    • Relevant logs, screenshots, or examples.
    • Suggestions (if any) for addressing the issue.

4. Contribution Process

If your proposal is approved:

  1. Fork the repository.
  2. Clone the forked repository locally.
  3. Create a new branch for your changes:
    git checkout -b feature/your-feature-name