Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/empress/rfc-process
https://github.com/empress/rfc-process
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/empress/rfc-process
- Owner: empress
- License: mit
- Created: 2019-05-08T13:37:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T11:10:50.000Z (over 2 years ago)
- Last Synced: 2024-11-08T06:46:28.737Z (2 months ago)
- Language: JavaScript
- Size: 3.56 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RFC Process
RFC Process is an [Empress](https://github.com/empress) project designed to display RFCs for a community project and track them through their lifecycle from idea to implementation. RFC Process was originally built to track the [EmberJS RFCs](https://github.com/emberjs/rfcs) and will be closely aligned with the [RFC Stages RFC](https://github.com/emberjs/rfcs/blob/master/text/0617-rfc-stages.md)
While this project is originally being implemented specifically for EmberJS, as with all Empress projects it is designed for you to easily be able to reuse and even implement a template that better matches your project's designs.
## Quick Start
```
npx ember-cli@latest new my-rfcscd my-rfcs
# you can replace the template with the one you want to use
npx ember install rfc-process rfc-process-mdbook-template
```## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).