Skip to content

Commit

Permalink
docs: Update CONTRIBUTING.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jul 10, 2024
1 parent 2bc74a5 commit 9acd284
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
= Contribution Guide
:git-flow-url: https://nvie.com/posts/a-successful-git-branching-model/
:commit-messages-guide-url: https://github.com/RomuloOliveira/commit-messages-guide
:conventionalcommits-url: https://www.conventionalcommits.org/en/v1.0.0/
ifdef::site-gen-antora[]
:coc-url: https://www.contributor-covenant.org/version/2/1/code_of_conduct/
endif::[]

Thank you for your interest in contributing to this project! If you would like
to contribute to this project, please follow the instructions below if possible.

== Branching model

The branching model of this project is based on the {git-flow-url}[git-flow].
Expand All @@ -17,7 +21,8 @@ The branching model of this project is based on the {git-flow-url}[git-flow].

=== Commit message

Please see the {commit-messages-guide-url}[Commit messages guide].
Please see the {commit-messages-guide-url}[Commit messages guide] and the
{conventionalcommits-url}[Conventional Commits].

== Submitting a pull request

Expand Down

0 comments on commit 9acd284

Please sign in to comment.