From 8bb403e308e1ae5b6123f425807d25f0d9384426 Mon Sep 17 00:00:00 2001 From: "Darren A. Natale" Date: Tue, 10 Jun 2025 11:17:14 -0400 Subject: [PATCH] Create DevelopmentGuidelines.md To partially replace file with '&' in name. --- docs/DevelopmentGuidelines.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/DevelopmentGuidelines.md 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 + +