Skip to content

Add a README.md #26

Description

@srid

Currently the README just symlinks to ETHIC. We want meta-level information, including "how to" adopt the ETHIC for one's own projects.

Presently, I do this:

: Retrieve v1 of https://ethics.codes/
wget https://raw.githubusercontent.com/EthicsCodes/hackers-ethic/refs/tags/v1.0.0/ETHIC

: Make GitHub consider our ETHIC as "code of conduct" on its UI
mkdir -p .github
(cd ./.github && ln -s ../ETHIC CODE_OF_CONDUCT.md && cd ..)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions