Skip to content

hackclub-community/HCEP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HCEP - Hack Club Enhancement Proposals

Static Badge

Note

We're working on the process of submitting and reviewing HCEPs behind the scenes! In the meantime, please feel free to open issues or reach out on Slack if you have any questions.

This is a Git repository containing Hack Club Enhancement Proposals (HCEPs). HCEPs are proposals for significant changes or additions to Hack Club's programs, infrastructure, or community practices.

This setup follows the model of Fediverse Enhancement Proposals (FEPs) and Python Enhancement Proposals (PEPs), among other similar RFC-style pratices in the wider open-source community.

The HCEP process is a community initiative by Hack Clubbers for Hack Clubbers. While it is not an official Hack Club HQ process yet or intended to replace the #meta Slack channel, it exists to facilitate and improve meta discussions about Hack Club itself as both an organization and community space.

Submitting a HCEP

To create and submit a HCEP:

  1. Fork this repository and clone to your computer. Alternative, you can use github.dev or VS Code for the Web to edit files directly in your browser. GitLab users can use the GitLab Web IDE to edit on the GitLab.com mirror of this repository.
  2. Think of a title for the FEP you want to submit.
  3. Compute the identifier of the HCEP by computing the hash of the title. This can be done with following Unix command:
$ echo -n "The title of my proposal" | sha256sum | cut -c-4
b3f0

Maintainers

The list of the HCEPs as well as the website version of it and the Slack channel are maintained by HCEP falicators/maintainers listed at site/maintainers.md.

License

CC0 1.0 Universal (CC0 1.0) Public Domain Dedication

To the extent possible under law, the authors of this document have waived all copyright and related or neighboring rights to this work.

About

Hack Club Enhancement Proposals

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors