From 14e15164625ec6b9431806bd4e0e78a4a6590318 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 8 Oct 2020 14:09:51 -0700 Subject: [PATCH] fixed readme contribution section with current workflows #docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8680db..1a98e6e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The support site for this project uses a script to automatically parse git commi - Bugfix `#bugfix`: commits related to fixing something that's broken - Added Features `#featureadd`: Commits related to adding new functions and features -- Changelog `#changelog`: Any other commits that should be on the changelog, but don't fall into the two categories above +- Documentation `#docs`: Any commits that deal specifically with the [documentation site](https://docs.pyroballpcbs.com) or comments/instructions contained within the source itself but do not contribute any functional changes Simply by adding the corresponding tag to the end of the first line of your commit message, the changelog will automatically compile these for the documentation site. Please be sure to include this in any commit messages for this project.