1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 04:24:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/Contributing.tid

37 lines
1.8 KiB
Plaintext
Raw Normal View History

2013-12-18 16:29:45 +00:00
created: 20131101111400000
2014-06-09 13:16:21 +00:00
modified: 20140607164329806
2013-08-08 16:38:16 +00:00
tags: introduction
2013-11-01 11:18:37 +00:00
title: Contributing
2013-12-18 16:29:45 +00:00
type: text/vnd.tiddlywiki
2013-07-02 07:38:00 +00:00
TiddlyWiki5 welcomes contributions to its code and documentation via [[GitHub|https://github.com/Jermolene/TiddlyWiki5]]. Please take a moment to read these notes to help make the process as smooth as possible.
2013-07-02 07:38:00 +00:00
2014-01-12 16:56:05 +00:00
!! Coding Style
Code contributions should follow the [[TiddlyWiki Coding Style Guidelines]].
2013-12-30 10:16:32 +00:00
!! GitHub Issues
2013-07-02 07:38:00 +00:00
2014-06-09 13:16:21 +00:00
See ReportingBugs for information about how TiddlyWiki handles bug reports.
2013-07-02 07:38:00 +00:00
2014-01-11 08:58:54 +00:00
!! Contributor License Agreement
2013-07-02 07:38:00 +00:00
2013-12-18 16:29:45 +00:00
Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community).
2013-07-02 07:38:00 +00:00
2013-11-30 16:25:15 +00:00
* For individuals use: [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-individual.md]]
* For entities use: [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-entity.md]]
//This is a first pass at a CLA for TiddlyWiki. Please let us know if we missed something important. If we do have to make essential changes to the CLA, there is a possibility that all contributors will need to sign it again//
!!! How to sign the CLA
2014-01-11 08:58:54 +00:00
Create a GitHub pull request to add your name to `cla-individual.md` or `cla-entity.md`, with the date in the format (YYYY/MM/DD).
eg: `Jeremy Ruston, @Jermolene, 2011/11/22`
''Thank you!''
!!!! Attribution
2014-08-08 15:48:40 +00:00
The CLA documents used for this project were created using [[Harmony Project Templates|http://www.harmonyagreements.org]]. "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity"