Skip to content

Commit

Permalink
fix links and template
Browse files Browse the repository at this point in the history
  • Loading branch information
athletedecoded committed Oct 21, 2023
1 parent bc10472 commit 7ee1023
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ Here are some contribution ideas depending on your level of experience and famil

### Junior Chef

* **Test out a recipe** -- complete the recipe step-by-step and suggest improvements to the language or instructions to make the recipe more clear. If you're comfortable with git, complete a pull request according to the [PR Requirements](PR_REQS.md). Otherwise you can open [a ticket](https://github.com/nogibjj/candle-cookbook/issues).
* **Test out a recipe** -- complete the recipe step-by-step and suggest improvements to the language or instructions to make the recipe more clear. If you're comfortable with git, complete a pull request according to the [PR Requirements](./docs/PR_REQS.md). Otherwise you can open [a ticket](https://github.com/nogibjj/candle-cookbook/issues).

* **Help build our community** -- pick an [open ticket](https://github.com/nogibjj/candle-cookbook/issues?q=is:issue%20is:open) and engage in the problem resolution process. Contribute to the discussion by offering guidance, solutions or by asking clarifying questions.

### Sous Chef

* **Improve a recipe** -- complete a recipe step-by-step and offer technical improvements or extensions. Submit your improvements as a pull request according to the [PR Requirements](PR_REQS.md).
* **Improve a recipe** -- complete a recipe step-by-step and offer technical improvements or extensions. Submit your improvements as a pull request according to the [PR Requirements](./docs/PR_REQS.md).

* **Resolve a bug** -- pick an [open ticket](https://github.com/nogibjj/candle-cookbook/issues?q=is:issue%20is:open) then test, validate and submit a solution by completeing a pull request according to the [PR Requirements](PR_REQS.md).
* **Resolve a bug** -- pick an [open ticket](https://github.com/nogibjj/candle-cookbook/issues?q=is:issue%20is:open) then test, validate and submit a solution by completeing a pull request according to the [PR Requirements](./docs/PR_REQS.md).

### Head Chef

* **Create a recipe** -- create your own recipe using the [recipe template](./templates/recipe.md) then test, validate and submit your recipe by completeing a pull request according to the [PR Requirements](PR_REQS.md).
* **Create a recipe** -- create your own recipe using the [recipe template](./templates/recipe.md) then test, validate and submit your recipe by completeing a pull request according to the [PR Requirements](./docs/PR_REQS.md).

* **Review a PR** -- pick [an open PR](https://github.com/nogibjj/candle-cookbook/pulls?=qis:pr%20is:open). First ensure the PR check has passed, then test and validate any code additions. Submit your review outcome in the comments section according to the traffic-light system. `@` tag one of the community leaders in your comment to finalise the merge.
* 🔴 If the PR check has failed or there are major flaws write "NOT APPROVED" including your reasons
Expand Down
2 changes: 1 addition & 1 deletion templates/recipe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RECIPE TITLE
# Recipe Title

## Prerequisites

Expand Down

0 comments on commit 7ee1023

Please sign in to comment.