-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from macadmins/gg/project_onbaording
Add maintenance and withdrawal
- Loading branch information
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ The Mac Admins Open Source organization exists to serve open source projects wit | |
|
||
There are a few expectations that must be met to be considered for signing/hosting. They are as follows: | ||
|
||
* Only the project owner can request to join the Mac Admins Open Source organization on Github. | ||
* Only the project owner can request to join the Mac Admins Open Source organization on Github | ||
* The project must be actively maintained | ||
* Must be Mac Admin related (day to day, machine management, etc) | ||
* The project must benefit from being signed, such as an .app or binary that needs to be scoped for a PPPC configuration profile. | ||
|
@@ -29,3 +29,18 @@ Once the request has been made, the following steps will be taken: | |
* If approved, a private channel will be created on the [Mac Admins Slack](https://macadmins.org) to facilitate communication and complete work around this process | ||
* The maintainer of the project will migrate the repo into the Mac Admins github org and the maintainer will be granted permissions to the repository | ||
* Once the project is migrated, signed and all other work is complete, the project will be made public and will be announced in [#macadmins-opensource](https://macadmins.slack.com/archives/C0224B1QUSK) as well as various social media outlets. | ||
|
||
## Maintenence | ||
|
||
* It is expected that projects will be maintained over time and have a primary maintainer | ||
* If circumstances change and the primary maintainer can no longer manage the project, they are expected to find a new maintainer to carry on the work | ||
* If a project is unmaintained for a year, it will be archived | ||
* Maintenance tasks should include | ||
* Resolving security issues | ||
* Ensuring the tool is able to run on the latest version of applicable operating systems | ||
* Ensure documentation is current and accurate | ||
* Review incoming pull requests | ||
|
||
## Withdrawing from Mac Admins Open Source | ||
|
||
If for any reason you would like to move your project out of the Mac Admins Github org, please contact <[email protected]> with your request. |