-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
8 changed files
with
111 additions
and
140 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
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,27 +1,26 @@ | ||
# How to contribute to FluidDyn and fluidimage | ||
|
||
Thank you for considering contributing to FluidDyn. FluidDyn is a | ||
community-driven project. It's people like you that make FluidDyn useful and | ||
successful. There are many ways to contribute, from writing tutorials or | ||
examples, improvements to the documentation, submitting bug reports and feature | ||
requests, or even writing code which can be incorporated into FluidDyn for | ||
everyone to use. (paragraph shamelessly taken and adapted from the MetPy | ||
project!) | ||
Thank you for considering contributing to FluidDyn. FluidDyn is a community-driven | ||
project. It's people like you that make FluidDyn useful and successful. There are many | ||
ways to contribute, from writing tutorials or examples, improvements to the | ||
documentation, submitting bug reports and feature requests, or even writing code which | ||
can be incorporated into FluidDyn for everyone to use. (paragraph shamelessly taken and | ||
adapted from the MetPy project!) | ||
|
||
## Reporting Issues | ||
|
||
When opening an issue to report a problem | ||
(<https://foss.heptapod.net/fluiddyn/fluidimage/issues>), please try to provide a | ||
minimal code example that reproduces the issue along with details of the system | ||
you are using. You can copy-paste the output of the command `fluidinfo -v` | ||
(<https://foss.heptapod.net/fluiddyn/fluidimage/issues>), please try to provide a minimal | ||
code example that reproduces the issue along with details of the system you are using. | ||
You can copy-paste the output of the command `fluidinfo -v` | ||
([Github gists](https://gist.github.com/) are good for that!). | ||
|
||
## Development process | ||
|
||
For FluidDyn, we use the revision control software Mercurial and our main | ||
repositories are hosted here: <https://foss.heptapod.net/fluiddyn>. | ||
For FluidDyn, we use the revision control software Mercurial and our main repositories | ||
are hosted here: <https://foss.heptapod.net/fluiddyn>. | ||
|
||
Please read our documentation on [developer | ||
essentials](https://fluiddyn.readthedocs.io/en/latest/advice_developers.html), | ||
and especially on [setting up | ||
Mercurial](https://fluiddyn.readthedocs.io/en/latest/mercurial_heptapod.html). | ||
Please read our documentation on | ||
[developer essentials](https://fluiddyn.readthedocs.io/en/latest/advice_developers.html), | ||
and especially on | ||
[setting up Mercurial](https://fluiddyn.readthedocs.io/en/latest/mercurial_heptapod.html). |
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
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 |
---|---|---|
|
@@ -162,3 +162,6 @@ zip: html | |
|
||
open_html: html | ||
firefox _build/html/index.html | ||
|
||
format: | ||
mdformat *.md |
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
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
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
Oops, something went wrong.