-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
160423e
commit 3ef8ebc
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Issues and PRs are welcome! | ||
|
||
# Issues | ||
- Please open issues with clear descriptions of any problem or feature request. | ||
- If the issue describes a problem or a bug, please include an example that exposes the problem. | ||
- Please make sure that you are testing your code on the latest released version of the package before opening a bug report. | ||
- Discussions and help requests may use [Github discussions](https://github.com/JuliaControl/ControlSystems.jl/discussions), [discourse.julialang.org](https://discourse.julialang.org/) or the JuliaLang slack channel rather than an issue on this repository. | ||
|
||
# Pull requests | ||
- Please consider **opening an issue discussing your proposed changes** before submitting a PR. | ||
- Please make **changes only related to a single concept**, and avoid fixing several different things in a single PR. **Do not run an automatic code formatter** on code that is not otherwise actively modified by the PR. | ||
- Pull requests that add **dependencies are unlikely to be accepted** unless there is a very good motivation for the addition and the added dependency is both lightweight, stable and well maintained. Contributions that add significant new features and require additional dependencies are often better contributed in the form of a separate package. |