Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Domain-Connect/spec
Domain Connect Specification
https://github.com/Domain-Connect/spec
Last synced: 14 days ago
JSON representation
Domain Connect Specification
- Host: GitHub
- URL: https://github.com/Domain-Connect/spec
- Owner: Domain-Connect
- License: mit
- Created: 2017-05-15T12:26:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T16:51:54.000Z (24 days ago)
- Last Synced: 2024-10-20T19:51:37.409Z (24 days ago)
- Language: Rich Text Format
- Size: 12.8 MB
- Stars: 73
- Watchers: 17
- Forks: 34
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Domain Connect Specification
Domain Connect specification is published on GitHub and can be displayed under following link
* [Specification](Domain%20Connect%20Spec%20Draft.adoc)## Lifecycle of the specification
* New version of the specification is published by new commits on master branch of this repository.
* New publication which change only the *Revision* number SHALL not break any of existing functionalities or integrations.
* Each new revision shall be tagged, using `git` command for example: `git tag -a rev.58 -m "Rev. 58"` or GitHub `Releases` feature
* Update to *Version* number means a breaking change and as such shall by all means be avoided.## Issues and questions to the specification
Any issues, questions or feature requests to the specification can be raised by opening GitHub issue on this project.
All the discussion will be then held within the ticket.## Contribution
Anyone is encouraged to contribute to the specification and to propose changes or new functionalities.
The desired way of working is by forking the repository to a private account, make necessary changes and then issue a Pull Request back to the master.
The change will be then taken under Review.