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
Thank you for your interest in contributing to libsaxbospiral ("We" or "Us").
3
+
Thank you for your interest in contributing to libsxbp ("We" or "Us").
4
4
5
-
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by email, following the instructions at [https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md). This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.
5
+
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by email, following the instructions at [https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md). This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.
6
6
7
7
#### 1. Definitions
8
8
9
9
"You" means the individual who Submits a Contribution to Us.
10
10
11
-
"Contribution" means any work of authorship that is Submitted by You to Us in which You own or assert ownership of the Copyright. If You do not own the Copyright in the entire work of authorship, please follow the instructions in [https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md).
11
+
"Contribution" means any work of authorship that is Submitted by You to Us in which You own or assert ownership of the Copyright. If You do not own the Copyright in the entire work of authorship, please follow the instructions in [https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md).
12
12
13
13
"Copyright" means all rights protecting works of authorship owned or controlled by You, including copyright, moral and neighboring rights, as appropriate, for the full term of their existence including any extensions by You.
14
14
@@ -62,7 +62,7 @@ You confirm that:
62
62
63
63
(c) The grant of rights under Section 2 does not violate any grant of rights which You have made to third parties, including Your employer. If You are an employee, You have had Your employer approve this Agreement or sign the Entity version of this document. If You are less than eighteen years old, please have Your parents or guardian sign the Agreement.
64
64
65
-
(d) You have followed the instructions in [https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md), if You do not own the Copyright in the entire work of authorship Submitted.
65
+
(d) You have followed the instructions in [https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md), if You do not own the Copyright in the entire work of authorship Submitted.
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