TrainRun.jl/CONTRIBUTING.md

20 lines
512 B
Markdown
Raw Normal View History

# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
2022-04-28 17:02:40 +02:00
# Julia Development Environment
```
$ ln -s ~/path/to/TrainRun.jl ~/.julia/dev/TrainRun
```
and use `Revise.jl`
# Pull Request Process
* add your changes to the CHANGELOG.md under [Unreleased]
* TODO!