Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/incognito/rfc-cookiecutter

A cookiecutter for doing RFCs
https://github.com/incognito/rfc-cookiecutter

Last synced: 17 days ago
JSON representation

A cookiecutter for doing RFCs

Awesome Lists containing this project

README

        

# RFC Cookiecutter

Maybe you want your team/project to have RFCs.

Install the latest Cookiecutter and use it to create your new project.

Cookiecutter is a python package.

```
sudo easy_install cookiecutter
cookiecutter [email protected]:Incognito/rfc-cookiecutter.git
```

## Inspired by

- Ember RFC process
- React RFC process
- Rust RFC process
- Yarn RFC process

## Other projects doing RFCs (make a PR if you want to be mentioned):

- Chef https://chef.github.io/chef-rfc/
- LSST https://jira.lsstcorp.org/projects/RFC/issues/RFC-424?filter=allopenissues
- MaidSafe https://github.com/maidsafe/rfcs/tree/master/text
- PHP Framework Interoperability Group https://github.com/php-fig/fig-standards
- React: https://github.com/reactjs/rfcs
- Rust: https://github.com/rust-lang/rfcs
- There's more private-spaces that also do this.