From eb17ad4e826d896af52a2791e10c4dcfab25f6e0 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Mon, 9 Oct 2023 12:47:15 +1030 Subject: [PATCH] Update contributing.md --- pages/contributing.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/pages/contributing.md b/pages/contributing.md index 0739ddf..8d13797 100644 --- a/pages/contributing.md +++ b/pages/contributing.md @@ -1,8 +1,36 @@ --- title: Contributing -description: --- +## Creating your own How-to Guide + {% include callout.html type="important" content="Want to create your own How-to Guide? See [this guide](https://australianbiocommons.github.io/how-to-guide-template/) for more information." %} +## Adding a How-to Guide to the Hub + +More information will be available soon. + + +## Editing the How-to Hub + +### GitHub issues + +If you think something should be added, or if you find an error, bug or mistake, please [create an issue](https://github.com/AustralianBioCommons/how-to-hub/issues) detailing the problem. We will do our best to fix the issue as soon as possible. You can also create an issue by clicking the `!` symbol next to the title on any of the pages. + + +### Pull Request + +If you want to edit content on this site, please do the following: + +1. Please let us know via GitHub [issues](https://github.com/AustralianBioCommons/how-to-hub/issues). +2. Create your own fork of this GitHub repository. +3. In your fork, create a branch with a concise name, that reflects its contents (e.g. `add/how-to-login-galaxy`). +4. Make sure you update [`CONTRIBUTORS.yml`](_data/CONTRIBUTORS.yml). +5. Create and commit the edits to your new branch. +6. Open a GitHub Pull Request (PR) on this repository for your branch, concisely providing context for your additions. +7. Follow-up on any feedback from the repository maintainers. +8. Once ready, the maintainers will merge the changes and deploy the new content. + + +## Thanks for contributing!