-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from openshmem-org/readme-md
Create initial readme.md
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# OpenSHMEM Application Programming Interface | ||
|
||
This repository contains the LaTeX source for the OpenSHMEM specification. | ||
|
||
## Organization of the Repository | ||
|
||
The current version of the OpenSHMEM specification is maintained in the ```master``` branch. Each published version of the specification is marked with a tag of the format ```vX.Y``` where X and Y are the major and minor version numbers. The in-progress development work of the next version of the OpenSHMEM specification is maintained in the ```osh_spec_next``` branch. | ||
|
||
## Proposing Changes to the Specification | ||
|
||
Changes should be proposed as pull requests against the ```osh_spec_next``` branch. Text changes must be ratified through the OpenSHMEM specification committee and the pull request must also reference the Redmine ticket being used to track the proposal. All changes must pass CI testing and require two reviews before merging. |