Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.07 KB

#ksdesc: The repository for KnowledgeSpace entity articles

All articles are written using markdown. For a handy markdown primer please see this excellent guide. Folders are CURIE prefixes, and CURIE fragments are filenames less the file extension. The each entry corrisponds to an entity identifier in KnowledgeSpace.

#Contributing If you would like to contribute to an article, please fork and submit a pull request. The simplest way to accomplish this using github is as follows.

For an existing file:

  1. Click the edit (pencil) button on the upper right hand of a file.
  2. Modify the file.
  3. Write a commit title and message.
  4. Submit a pull request.

For a new file:

  1. Determine the identifer that you want to create an entry for.
  2. Click the new file button at the top of the repository.
  3. Type into the Name your file box the CURIE prefix of the identifier followed by the suffix (e.g. MBA/549.md).
  4. Write your contribution.
  5. Write a commit title and message.
  6. Submit a pull request.