You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# libsaxbospiral - Contributing
1
+
# libsxbp - Contributing
2
2
3
-
Thanks for considering contributing to libsaxbospiral!
3
+
Thanks for considering contributing to libsxbp!
4
4
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).
6
6
7
7
> [A copy of the CLA](CLA_INDIVIDUAL.md) is also available in this repository.
8
8
@@ -12,7 +12,7 @@ Here are some tips and general info about contributing to this project. Followin
12
12
13
13
Before you contribute, check the work you're about to do fulfils one of these criteria:
14
14
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)
16
16
2. Fixes a bug you discovered (preferably an issue should be created too, but for small or critical bugs, this may not be needed).
17
17
18
18
Please also check that the work is not already being undertaken by someone else.
@@ -32,6 +32,6 @@ In addition, please make sure:
32
32
33
33
## Testing
34
34
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.
36
36
37
37
Pull requests also go through [Travis CI](https://travis-ci.org/) for automated testing.
0 commit comments