Skip to content

Commit ffda8de

Browse files
committed
Add CODE_OF_CONDUCT.md, CONTRIBUTING.md via sagemath/sage#37541
1 parent 5710798 commit ffda8de

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.cruft.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"template": "https://github.com/mkoeppe/sage",
3+
"commit": "b73d4e2fad3b71c74b62740aa83f37e98faa3f15",
4+
"checkout": "sagemath-environment-cookiecutter",
5+
"context": {
6+
"cookiecutter": {
7+
"project_name": "pplpy",
8+
"_template": "https://github.com/mkoeppe/sage"
9+
}
10+
},
11+
"directory": "pkgs/sage-project-cookiecutter/sage_project_cookiecutter/sagemath-upstream-package-template"
12+
}

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This is an open-source project maintained by the SageMath community.
2+
3+
The [Code of Conduct](https://github.com/sagemath/sage/blob/develop/CODE_OF_CONDUCT.md)
4+
of the Sage community applies.

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This is an open-source project maintained by the SageMath community.
2+
3+
Contributions of all sorts are heartily welcomed.
4+
5+
See https://github.com/sagemath/sage/blob/develop/CONTRIBUTING.md for general
6+
guidance on how to contribute.
7+
8+
Open issues or submit pull requests at https://github.com/sagemath/pplpy
9+
and join https://groups.google.com/group/sage-devel to discuss.

0 commit comments

Comments
 (0)