Skip to content

Commit

Permalink
docs: fix link in CONTRIBUTING.md (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
monora authored Jun 21, 2023
1 parent 8ec213f commit 471d9a8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ format:
```

Where:
- =<type>=: The type of change being made (e.g. feat, fix, docs, style, refactor, test, chore)
- =<scope>= (optional): The scope of the change (e.g. component name, file name)
- =<description>=: A brief description of the change
- =[optional body]=: A more detailed description of the change
- =[optional footer(s)]=: Any important information related to the change, such

- `<type>`: The type of change being made (e.g. feat, fix, docs, style, refactor, test, chore)
- `<scope>` (optional): The scope of the change (e.g. component name, file name)
- `<description>`: A brief description of the change
- `[optional body]`: A more detailed description of the change
- `[optional footer(s)]`: Any important information related to the change, such
as a breaking change note

By following these guidelines, it will be easier to understand the purpose of
Expand All @@ -63,4 +64,4 @@ information on using pull requests.
## License

By contributing, you agree that your contributions will be licensed under the
[Ruby License](../LICENSE).
{file:../LICENSE}.

0 comments on commit 471d9a8

Please sign in to comment.