From a4891e7a5d4267955f8a1d582c2faf3bc369cc09 Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig Date: Wed, 14 Jul 2021 16:15:48 +0200 Subject: [PATCH] docs(CONTRIBUTING): mention commit type refactor in contributing guide --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 26c72baa..d26383bf 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -87,6 +87,7 @@ releases as a result. We use the following types: - _chore_: Commits that affect other non-PyDynamic components (e.g. ReadTheDocs, Git , ... ) - _revert_: commits, which undo previous commits using `git revert` +- _refactor_: commits, which contain to refactoring activities - _wip_: Commits which are not recognizable as one of the above-mentioned types until later, usually during a PR merge. The merge commit is then marked as the corresponding type.