Skip to content

Commit dd72baf

Browse files
committed
* Fixed CONTRIBUTING.md
Signed-off-by: Christian Berger <christian.berger@gu.se>
1 parent cc93514 commit dd72baf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
How to contribute to the development of libcluon
2-
================================================
1+
How to contribute to the development of stringtoolbox
2+
=====================================================
33

4-
Thank you for taking a moment to contribute to read these continuously evolving instructions how to contribute to libcluon.
4+
Thank you for taking a moment to read these continuously evolving instructions how to contribute to stringtoolbox.
55
To maintain a high quality of our code base, we are very strict in terms of reviewing and accepting pull requests (PR).
66

77
## Getting Started
@@ -11,7 +11,7 @@ To maintain a high quality of our code base, we are very strict in terms of revi
1111

1212
## Making Changes
1313
- Create a named branch where you want to base your work.
14-
- We are using the YYYYQN.Z.topic scheme with small letters, where YYYY is the year, QN is the current quarter, Z is one of `feature` or `fix`, and Z is the topic. Example: 2017Q4.feature.awesome-feature. This scheme allows us to quickly list and sort branches.
14+
- We are using the YYYYQN.Z.topic scheme with small letters, where YYYY is the year, N is the current quarter, Z is one of `feature` or `fix`, and Z is the topic. Example: 2017Q4.feature.awesome-feature. This scheme allows us to quickly list and sort branches.
1515
- Make sure that your topic branched off from master.
1616
- Make changes and commits.
1717

0 commit comments

Comments
 (0)