Skip to content

Commit b207ac2

Browse files
committed
documentation: making changes section
1 parent 3d6873d commit b207ac2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,24 @@ copier update --trust
188188

189189
This will apply the latest template changes interactively. Review and commit any updates as appropriate.
190190

191+
## Making Changes
192+
193+
### Code Style
194+
195+
- **Python:** Follow PEP 8 guidelines
196+
- **TypeScript:** The project uses ESLint and Prettier (configured in the project)
197+
198+
### Pull Requests
199+
200+
1. Fork the repository
201+
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
202+
3. Make your changes
203+
4. Write clear, descriptive commit messages
204+
5. Run tests to ensure everything passes
205+
6. Commit your changes
206+
7. Push to your fork
207+
8. Open a Pull Request with a clear description
208+
191209
## Release workflow
192210

193211
See [RELEASE](RELEASE.md) for details on the release process. We recommend using [Jupyter Releaser](https://github.com/jupyter-server/jupyter_releaser) and [PyPI trusted publishing](https://docs.pypi.org/trusted-publishers/) for secure and automated releases.

0 commit comments

Comments
 (0)