Skip to content

How to Contribute

Miguel Albano edited this page Aug 26, 2024 · 1 revision

In order for us to maintain a workable development structure, we've published a set of guidelines to allow Github members to contribute to our Sector Files.

Submitting an Issue

  • All members are invited to submit Issues to our Sector File Repositories.
  • We will begin to add Issue Templates that we request Members to follow as they will allow us to better process Issue submissions.

Submitting Code

  • All members are invited to submit Code to our Sector File Repositories, be it bug fixes or enhancements.

  • We will begin to add PR Templates that we request Members to follow as they will allow us to better process Pull Requests.

  • In order to be able to submit code, we suggest that you follow Githubs proposed process.

  1. Fork the Sector File Repository. This will create your individual repository replica that is connected to the upstream source repository.

  2. Manage your code development via branches in your forked repository.

  3. Submit a Pull Request with your Changed Code

Clone this wiki locally