Link Search Menu Expand Document

Contribution Guidelines

First of all, thanks for taking the time to read this contribution guidelines!

The following is a set of guidelines for contributing to TAK projects and its packages, which are hosted in the @trabdlkarim repos on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a feedback.

This guide covers ways in which you can become a part of the ongoing development of TAK Projects.


Contents

  1. Code of Conduct
  2. I don’t want to read this whole thing I just have a question!!!
  3. How Can I Contribute?
    1. Did you find a bug?
    2. Pull Requests
    3. Git Commit Messages
    4. Did you write a patch that fixes a bug?
    5. Suggesting Enhancements
  4. Additional Notes

Code of Conduct

The TAK projects and everyone participating in them are governed by the TAK PI Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to contact@trabdlkarim.com.

I don’t want to read this whole thing I just have a question!!!

In case you have just something in your mind about the projects and don’t want to bother reading this whole thing, feel free to ask your questions by sending us a feedback.

Note: Please DO NOT file an issue to ask a question. You’ll get faster results by using the resources below.


How Can I Contribute?

Did you find a bug?

  • Do not open up a GitHub issue if the bug is a security vulnerability, and instead send us a security feedback.

  • 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.

  • If possible, use the relevant bug report template to create the issue. Simply copy the content of the appropriate template, make the necessary changes to demonstrate the issue, and paste the content into the issue description.

Pull Requests

The process described here has several goals:

  • Maintain Projects’ quality
  • Fix problems that are important to users
  • Engage the community in working toward the best possible solution
  • Enable a sustainable system for maintainers to review contributions

Please follow these steps to have your contribution considered by the maintainers:

  1. Follow all instructions in Git Commit Messages
  2. Follow the project’s programming language official styleguide
  3. After you submit your pull request, verify that all status checks are passing

What if the status checks are failing?

If a status check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem with our status check suite.

While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.

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 less
  • Reference issues and pull requests liberally after the first line
  • When only changing documentation, include [ci skip] in the commit title
  • Consider starting the commit message with an applicable emoji:
    • :art: when improving the format/structure of the code
    • :racehorse: when improving performance
    • :non-potable_water: when plugging memory leaks
    • :memo: when writing docs
    • :penguin: when fixing something on Linux
    • :apple: when fixing something on macOS
    • :checkered_flag: when fixing something on Windows
    • :bug: when fixing a bug
    • :fire: when removing code or files
    • :green_heart: when fixing the CI build
    • :white_check_mark: when adding tests
    • :lock: when dealing with security
    • :arrow_up: when upgrading dependencies
    • :arrow_down: when downgrading dependencies
    • :shirt: when removing linter warnings

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the Pull Request description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Before submitting, please be sure you used the right coding conventions and benchmarks.

Suggesting Enhancements

Do you intend to add a new feature or change an existing one?

  • Suggest your change by sending us an enhancement suggestion feedback

  • Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.


Additional Notes

TAK Projects are works of volunteers. We encourage you to pitch in and join the community!

Thanks !!!


Back to top

Copyright © 2024 TOURE A. KARIM. All rights reserved.