-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes #110
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 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 |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# Description of the proposed change | ||
|
||
*Please include a short description of enhancement here* | ||
## Description | ||
|
||
> Describe functionality that the PR adds, changes or removes; optionally link | ||
> issues that are closed by the PR. | ||
#### Checklist | ||
|
||
> Feel free to open PRs that do not satisfy the whole checklist. On the other | ||
> hand, all these are required for merging. | ||
- [ ] All code is formatted with | ||
[JuliaFormatter](https://github.com/domluna/JuliaFormatter.jl) | ||
(run `using JuliaFormatter; format("path/to/COBREXA.jl");`) | ||
- [ ] Tests work (try with `]test COBREXA`) | ||
- [ ] All new functions have proper docstrings | ||
- [ ] Documentation builds correctly (try with `cd docs; julia make.jl`) |