File: CONTRIBUTING.md

package info (click to toggle)
planetary-system-stacker 0.8.32~git20230901.01f3625-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 50,468 kB
  • sloc: python: 14,055; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Contributions to PlanetarySystemStacker are welcome:

# Source Code Management

We are using git and github as source code management and bug tracker systems. 
Development takes place on the "prototype" or alternatively feature-branches.
So please prepare your pull-requests against "prototype".
Changes will be committed to master only during a release. 

# Test Data
We have not yet settled down on an approach how to manage test data. For the
moment, small test examples are committed to the repository, but is  
impractical to have large files in there. Please avoid that. 

If you have any suggestions, ideas or examples on how to manage that, please 
let us now.