◊(Local Yarn Code "Changes To Contributing")

Changes to "Contributing" between 2019-05-19 21:33:56 and 2019-05-20 14:45:48

1
2
3
4
5
6
7

8
9
10
11
12
13
14
1
2
3
4
5
6

7
8
9
10
11
12
13
14






-
+







*These are draft notes on how I plan to handle contributions, whenever it’s time to cross that bridge.*

As one of the conditions for acceptance, I will require every contributor to license their contributions according to `LICENSE.md`. Having and showing “clear title” to all the code and content here protects everybody from unmet expectations and from wandering into unwanted legal territory.

## Contributing source code

The first time you contribute source code, add your name to `THANKS.md`. This puts you on record as a contributor and as affirming the use of the Blue Oak Model License for all your contributions. If you are submitting a Fossil bundle, include this edit in one of your commits. If you are emailing a patch or set of patches, you can include a separate patch for this edit. Or, you can simply include a directive in the body of your email saying “please add my name to `THANKS.md`”.
The first time you contribute source code, add your name to `THANKS.md`. This puts you on record as a contributor and as affirming the use of the Blue Oak Model License for all your contributions. If you are submitting a Fossil [`bundle`](https://www.fossil-scm.org/home/help?cmd=bundle), include this edit in one of your commits. If you are emailing a patch or set of patches, you can include a separate patch for this edit. Or, you can simply include a directive in the body of your email saying “please add my name to `THANKS.md`”.

If your source contribution adds any new files, each file must include the following two-line header:

    SPDX-License-Identifier: BlueOak-1.0.0
    This file is licensed under the Blue Oak Model License 1.0.0.

This Fossil repository contains a complete public record of every change, who made it, and when.