Skip to content

Commit 04c1f1a

Browse files
committed
Last rewording amendments in cla thingy
1 parent 13443a0 commit 04c1f1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# libsaxbospiral - Contributing
1+
# libsxbp - Contributing
22

3-
Thanks for considering contributing to libsaxbospiral!
3+
Thanks for considering contributing to libsxbp!
44

5-
To get started, [sign the Contributor License Agreement](https://www.clahub.com/agreements/saxbophone/libsaxbospiral).
5+
To get started, [sign the Contributor License Agreement](https://www.clahub.com/agreements/saxbophone/libsxbp).
66

77
> [A copy of the CLA](CLA_INDIVIDUAL.md) is also available in this repository.
88
@@ -12,7 +12,7 @@ Here are some tips and general info about contributing to this project. Followin
1212

1313
Before you contribute, check the work you're about to do fulfils one of these criteria:
1414

15-
1. Implements a feature represented by an accepted issue in the project's [Github issue tracker](https://github.com/saxbophone/libsaxbospiral/issues)
15+
1. Implements a feature represented by an accepted issue in the project's [Github issue tracker](https://github.com/saxbophone/libsxbp/issues)
1616
2. Fixes a bug you discovered (preferably an issue should be created too, but for small or critical bugs, this may not be needed).
1717

1818
Please also check that the work is not already being undertaken by someone else.
@@ -32,6 +32,6 @@ In addition, please make sure:
3232

3333
## Testing
3434

35-
The unit tests for libsaxbospiral currently all reside in one C source file, `tests.c`. This isn't ideal, and I'm planning to clean these up at some point. Build and run the unit tests when you first pull down the code, rebuild and run them again when you've made your changes. Changes adding larger pieces of functionality will likely have additional tests requested for them, or an offer made to write the tests for them.
35+
The unit tests for libsxbp currently all reside in one C source file, `tests.c`. This isn't ideal, and I'm planning to clean these up at some point. Build and run the unit tests when you first pull down the code, rebuild and run them again when you've made your changes. Changes adding larger pieces of functionality will likely have additional tests requested for them, or an offer made to write the tests for them.
3636

3737
Pull requests also go through [Travis CI](https://travis-ci.org/) for automated testing.

0 commit comments

Comments
 (0)