meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
contribute [2024/12/30 14:30] – fix double dash not showing for --branch wrongecho | contribute [2025/06/07 16:03] (current) – [Policies & Guidelines] c/e wrongecho | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | If you are able to make a contribution that would make ITFlow better for everyone, please | + | If you are able to make a contribution that would make ITFlow better for everyone, please |
- | We have moved to using two main branches: | + | You can contribute |
- | - **master** - The main codebase for all installs, updated monthly | + | |
- | - **develop** - The active development branch, all PRs should be merged here | + | |
- | //For large changes/new features, please ensure to discuss | + | * Contribute code |
+ | * Update documentation by selecting | ||
+ | * Report bugs | ||
+ | * Suggest feature enhancements | ||
+ | * Star the project on GitHub | ||
+ | * Tell others of your success using ITFlow (please don't spam) | ||
- | **Steps to raise a PR** | ||
- | - Fork the Project on GitHub | ||
- | - Clone the development branch: ('' | ||
- | - Create your Feature Branch ('' | ||
- | - Commit your Changes ('' | ||
- | - Push to the Branch ('' | ||
- | - Open a Pull Request, adusting the base from master to develop | ||
- | - {{: | ||
- | **General Guidance** | + | ===== Policies & Guidelines ===== |
- | * Review the [[code_standards|code standards]] and the [[https:// | + | |
- | * Discuss changes with the community first | + | |
- | * The core maintainers of ITFlow are Sysadmins just like you! If you've got an idea of something you'd like to change in ITFlow, give it a try! | + | |
- | * If you need some help with using Git/GitHub, [[https:// | + | |
- | * Don't test on production; run a separate ITFlow instance for development | + | |
- | * Have some patience, this is a volunteer project | + | |
- | ITFlow, along with all contributions, | + | Before |
- | ====== Other ways to contribute ====== | + | * [[https:// |
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[code_standards|Code Standards]] | ||
+ | * [[doc_standards|Documentation standards]] | ||
+ | * [[ai_llm_policy|Use of AI / LLM]] | ||
- | There are other ways to contribute to ITFlow: | + | ===== Contribute Code ===== |
+ | |||
+ | To contribute | ||
+ | |||
+ | Before doing so, please ensure to discuss the issue/idea with other contributors on the Forum first - this saves everyone time and ensures your contribution is aligned with our goals. | ||
+ | |||
+ | The code for ITFlow is split into two branches: | ||
+ | - **master** - The main codebase for all installs, updated ~monthly (demo: demo.itflow.org) | ||
+ | - **develop** - The active development branch, all PRs should be merged here (demo: develop.dev.itflow.org) | ||
+ | |||
+ | ==== Steps to raise a pull request (PR) ==== | ||
+ | - Fork the Project on GitHub | ||
+ | - Clone the develop branch: ('' | ||
+ | - Set your '' | ||
+ | - Create your branch ('' | ||
+ | - Commit your Changes ('' | ||
+ | - Push to your branch ('' | ||
+ | - Open a Pull Request, ensuring to adjust the base from master to develop | ||
+ | - {{:pr_-_select-mh.png? | ||
- | * Help out with the documentation | ||
- | * Share your experience / methodologies / tactics using ITFlow on the forum to inspire others | ||
- | * Report bugs and raise feature requests | ||
- | * Tell others in the industry of your success using ITFlow to manage your clients //(but please don't spam)// | ||
- | ======Maintainer Steps for monthly releases====== | + | =====Maintainer Steps for monthly releases===== |
- | Once a month, we will merge develop into master: | + | Around once a month, we will merge develop into master |
- Ensure testing has been completed as much as possible | - Ensure testing has been completed as much as possible | ||
- | - In develop, increment version.php in the YY.M.V format (e.g. 25.1 for the first release in Jan 2025, 25.1.2 for the second release of Jan 2025, and 25.6 for the first release in June 2025) | + | |
+ | | ||
- Look over the recent changes and write a short release summary | - Look over the recent changes and write a short release summary | ||
- Raise a PR to merge develop into master | - Raise a PR to merge develop into master | ||
- Test a final time on PR Review & ensure no other issues (Sonar, Linting, etc) | - Test a final time on PR Review & ensure no other issues (Sonar, Linting, etc) | ||
- Approve the PR & Merge | - Approve the PR & Merge |