-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide an org level CONTRIBUTING guide #27
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
travi
referenced
this issue
in dsmjs/meta
Feb 6, 2018
It would be helpful for contributors to include additional information around
Some of this information is available here: https://www.conventionalcommits.org/en/v1.0.0/ |
This comment has been minimized.
This comment has been minimized.
travi
added a commit
that referenced
this issue
Oct 14, 2019
since that is what is required to enable it as the org default: https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization for #27
travi
added a commit
that referenced
this issue
Oct 14, 2019
travi
added a commit
that referenced
this issue
Oct 14, 2019
travi
added a commit
that referenced
this issue
Oct 14, 2019
travi
added a commit
that referenced
this issue
Oct 14, 2019
travi
added a commit
that referenced
this issue
Oct 14, 2019
here's a great example laying out how following the commit convention triggers various releases: https://github.com/probot/probot/blob/master/CONTRIBUTING.md#merging-the-pull-request--releasing-a-new-version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we've recently added quite a bit of automation and process rigidity to support that automation to some of the projects that support the primary tasks of the org (mostly around the new site, but this may grow into other areas as well).
while most of this should work technically with little more than
nvm install
/nvm use
andnpm it
, there are some surprises that will likely catch an outside contributor off guard. we should outline any machine setup that is either necessary or helpful in a common place that can be linked to from all of the various projects. each project may also have their own.github/CONTRIBUTING.md
with any repo specific details, but those should link to the common doc for common info.Examples to consider:
The text was updated successfully, but these errors were encountered: