Add contribution guidelines - #9
Conversation
|
@nebtrx Can you rebase against |
|
(Or not missing, the changes are displayed here.) |
|
so...should I still rebase? |
|
@nebtrx Yes, please. The pull request says there are 22 commits here. |
| @@ -0,0 +1,19 @@ | |||
| # Contributing to Haskell DevEd | |||
There was a problem hiding this comment.
@nebtrx Let's remove "Haskell DevEd" from here. We're starting with Haskell, but we could have tutorials on other languages and tools.
a5616a6 to
afedfb6
Compare
|
Rebased! |
| * The content of this tutorials are licensed under a Creative Commons | ||
| Attribution-NonCommercial-ShareAlike 4.0 International license | ||
| ([CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)). | ||
| ([CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)) and the exposed source code is licensed under the [MIT License](http://opensource.org/licenses/mit-license.php). |
There was a problem hiding this comment.
@nebtrx Let's keep the License header for this item and change it to something like this:
- The content of these tutorials is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY-NC-SA 4.0).
- The code in these tutorials is licensed under the MIT license.
Also, let's change the MIT link to https://opensource.org/licenses/MIT and remove the first item (No warranty...).
|
|
||
| First off, thanks for taking the time to contribute! :tada::+1: | ||
|
|
||
| The following is a set of guidelines for contributing to Haskell DevEd, which are |
There was a problem hiding this comment.
Haskell DevEd is no longer the name of the project. Please verify with @jpvillaisaza on which name should we use now.
There was a problem hiding this comment.
Yes, let's change it to Stack Builders Tutorials as we did with the title of this file.
There was a problem hiding this comment.
Also we are using "which are" when referring to a single thing. Will be better if it is "which is"
There was a problem hiding this comment.
Fixed, now which are makes sense
|
@nebtrx Please remove |
|
|
||
| ## Contributing Guide | ||
|
|
||
| 1. Fork it |
There was a problem hiding this comment.
should be a link to : https://github.com/stackbuilders/tutorials/fork
No description provided.