Skip to content

Commit 35f3e49

Browse files
committed
docs(CONTRIBUTING): renamed to more standard name
1 parent 7f5b2db commit 35f3e49

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build:
2626
- cp -r demos docs/source/demos
2727
- cp README.md docs/source/README.md
2828
- cp ARCHITECTURE.md docs/source/ARCHITECTURE.md
29-
- cp CONTRIBUTE.md docs/source/CONTRIBUTE.md
29+
- cp CONTRIBUTING.md docs/source/CONTRIBUTING.md
3030
- cp DEVELOP.md docs/source/DEVELOP.md
3131

3232
# build html

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Architecture
22

3-
This document should help get started with modifying code. See also [develop.md](DEVELOP.md) for developer commands and [CONTRIBUTE.md](CONTRIBUTE.md) for community guidelines.
3+
This document should help get started with modifying code. See also [develop.md](DEVELOP.md) for developer commands and [CONTRIBUTING.md](CONTRIBUTING.md) for community guidelines.
44

55
## Client/Server Wrangling Tool
66

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and all PyGraphistry-specific breaking changes are explictly noted here.
77

88
## [Development]
9+
10+
### Docs
11+
12+
* Rename CONTRIBUTE.md to CONTRIBUTING.md to match OSS standards (snyk)
13+
14+
## [0.35.2 - 2024-12-13]
15+
916
### Docs
1017

1118
* Python remote mode notebook: Fixed engine results

DEVELOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development Setup
22

3-
See also [CONTRIBUTE.md](CONTRIBUTE.md) and [ARCHITECTURE.md](ARCHITECTURE.md)
3+
See also [CONTRIBUTING.md](CONTRIBUTING.md) and [ARCHITECTURE.md](ARCHITECTURE.md)
44

55
Development is setup for local native and containerized Python coding & testing, and with automatic GitHub Actions for CI + CD. The server tests are like the local ones, except against a wider test matrix of environments.
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@ Explore [10 Minutes to PyGraphistry](https://pygraphistry.readthedocs.io/en/late
207207

208208
## Contribute
209209

210-
See [CONTRIBUTE](https://pygraphistry.readthedocs.io/en/latest/CONTRIBUTE.html) and [DEVELOP](https://pygraphistry.readthedocs.io/en/latest/DEVELOP.html) for participating in PyGraphistry development, or reach out to our team
210+
See [CONTRIBUTING](https://pygraphistry.readthedocs.io/en/latest/CONTRIBUTING.html) and [DEVELOP](https://pygraphistry.readthedocs.io/en/latest/DEVELOP.html) for participating in PyGraphistry development, or reach out to our team
211211

docs/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY docs/source /docs/source
3030
COPY demos /docs/source/demos
3131
COPY README.md /docs/source/README.md
3232
COPY ARCHITECTURE.md /docs/source/ARCHITECTURE.md
33-
COPY CONTRIBUTE.md /docs/source/CONTRIBUTE.md
33+
COPY CONTRIBUTING.md /docs/source/CONTRIBUTING.md
3434
COPY DEVELOP.md /docs/source/DEVELOP.md
3535

3636
# Step 6: Set the working directory for Sphinx to the `source/` folder

docs/source/graphistry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
support
1616
ecosystem
1717
ARCHITECTURE.md
18-
CONTRIBUTE.md
18+
CONTRIBUTING.md
1919
DEVELOP.md
2020

0 commit comments

Comments
 (0)