diff --git a/docs/DevelopmentGuidelines.md b/docs/DevelopmentGuidelines.md new file mode 100644 index 000000000..50bf8c81c --- /dev/null +++ b/docs/DevelopmentGuidelines.md @@ -0,0 +1,15 @@ +--- +layout: doc +title: Ontology Development Guidelines +--- + +### Releases + + * Keep your edit file (the file you change on a regular basis) and your release files strictly separate + * Imports should be merged into the main release file + +### Collaboration + + * Tag your GitHub repository with the obofoundry tag so that people can find it: https://github.com/topics/obofoundry + +