Skip to content

Commit efae9bf

Browse files
committed
add contributing guide
1 parent 84c25b8 commit efae9bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributing Guidelines for `spglm`
2+
3+
Thank you for your interest in contributing! We work primarily on Github. Please review the contributing procedures [here](http://pysal.org/getting_started#for-developers) and [here](https://github.com/pysal/pysal/wiki/GitHub-Standard-Operating-Procedures) so that we can accept your contributions! Alternatively, contact someone in the [development chat channel](https://gitter.im//pysal/pysal).
4+
5+
6+
## Style and format
7+
8+
This project utilizes:
9+
* [`black`](https://black.readthedocs.io/en/stable/) for formatting;
10+
* [`ruff`](https://docs.astral.sh/ruff/) for linting; and
11+
* [`pre-commit`](https://pre-commit.com) to check format and lint on commits prior to pull requests being made.

0 commit comments

Comments
 (0)