Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contributing

Thank you for your interest in contributing! This document provides guidelines for
contributing to the project. If you have a problem to report or improvement to suggest
please open an issue or open a pull request. To do so, please follow the instructions below.

## Reporting Issues

- Use GitHub Issues for bug reports and feature requests
- Include a minimal reproducible example for bugs
- Specify Julia version and package environment details

## Pull Requests

- Fork the repository and create a new branch for your changes
- Write clear commit messages describing your changes
- Ensure your code follows the project's coding style (see below)
- Include tests for new features or bug fixes
- Update documentation if necessary

## Code Style

- Try to follow the [Julia style guide](https://docs.julialang.org/en/v1/manual/style-guide/)
- Use meaningful variable and function names
- Mathematical symbols and unicode characters as variable names are encouraged if they are
properly introduced in the documentation
- Add docstrings to public functions using the standard Julia format

## Questions?

Feel free to open an issue or discussion if you have questions about contributing!
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ModelPredictiveControl"
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
version = "2.3.0"
version = "2.3.1"
authors = ["Francis Gagnon"]

[deps]
Expand Down
Loading
Loading