-
Notifications
You must be signed in to change notification settings - Fork 13
docs: Link out to FOSSRIT Runbook (closes #86) #89
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
Conversation
75473e4 to
8878efc
Compare
|
|
||
| More detailed steps will be documented in the future. | ||
| For now, if you want to contribute, submit a new pull request. | ||
| See the [_Website (fossrit.github.io)_](https://runbook.fossrit.community/infra/website/ "Website (fossrit.github.io) - FOSSRIT Runbook") page in the [FOSSRIT Runbook](https://runbook.fossrit.community/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you keeping this in a single file on purpose? An alternative is to copy this section, and paste it in the How to Contribute section of the ReadMe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@10eMyrT I am! The GitHub user interface makes the CONTRIBUTING.md more visible in the GitHub.com interface. Instead of deleting the file, I want to benefit from the improved visibility on GitHub.com but at least point out to the Runbook if someone does come across it.
| ## How to contribute | ||
|
|
||
| For help with contributing and making a development environment, see [CONTRIBUTING.md](https://github.com/FOSSRIT/fossrit.github.io/blob/master/.github/CONTRIBUTING.md). | ||
| See the [_Website (fossrit.github.io)_](https://runbook.fossrit.community/infra/website/ "Website (fossrit.github.io) - FOSSRIT Runbook") page in the [FOSSRIT Runbook](https://runbook.fossrit.community/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are not referring to the CONTRIBUTING.md file any more, copying and pasting sounds better to me.
Serubin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typo - otherwise looks great
Signed-off-by: Justin W. Flory <git@jwf.io>
This commit follows up on previous Runbook PRs, FOSSRIT/runbook#30 and FOSSRIT/runbook#32. Now that contributing guidelines and advice about maintaining this site lives in the Runbook, the duplicated info is removed from this repo. Instead, the reader is redirected to the Runbook. Stay D.R.Y. - Don't Repeat Yourself! Closes #86. Signed-off-by: Justin W. Flory <git@jwf.io>
b97ddf3 to
3a27d34
Compare
|
Thanks @10eMyrT and @Serubin for reviewing! Going to merge this now. 🌊 |
This commit follows up on previous Runbook PRs, FOSSRIT/runbook#30 and
FOSSRIT/runbook#32. Now that contributing guidelines and advice about
maintaining this site lives in the Runbook, the duplicated info is
removed from this repo. Instead, the reader is redirected to the
Runbook.
Stay D.R.Y. - Don't Repeat Yourself!
Closes #86.