NASA-AMMOS / slim

Software Lifecycle Improvement & Modernization
https://nasa-ammos.github.io/slim/
Apache License 2.0
24 stars 9 forks source link

Add starter kit template for project governance #92

Closed ewferg closed 1 year ago

ewferg commented 1 year ago

Purpose

riverma commented 1 year ago

Some proposed updates to the PR I'm thinking of adding to your PR @ewferg this week:

Hopefully we can get this wrapped up and merged into main by next week!

FYI @lklyne

jl-0 commented 1 year ago

This is great. Something I thought about that might be good to address. Do we want to include a section that would describe the governance of perhaps maintaining a "Community" branch which does not necessarily have the same rigor of evaluation before PRs are accepted. Almost like a nightly-build vs a stable release.

riverma commented 1 year ago

@ewferg - my sincere apologies - I added some additions to your branch but inadvertently nuked your ewferg:main with a forced pushed of NASA-AMMOS:main when I meant to push a different local branch (the one that had my customizations to your fork of SLIM on the main branch). Looks like GitHub won't let me push branches with different names to external forks. Nothing is lost though, including your commits. I've created a fresh pull request with your original commits and my additions here: https://github.com/NASA-AMMOS/slim/pull/94

Reminder to myself and others, when pushing to a forked repository based on a pull-request, for which you don't have admin perms - keep it simple and make a fresh clone of the fork and make your edits using the default branch.