Open Management of everything related to Developer Relations at blindnet.
This project is here to help blindnet staff member track and document all DevRel related matters openly in accordance with our Openness Framework.
All contributions are welcomed. Just open a "request" issue to get the discussion started, and we'll do the rest.
Every goal or task is detailed in an issue using one of the following types:
Anyone can create an issue using the associated templates.\ When in doubt, just use the Request template. We'll make sure to answer it in time and will refine the description ourselves.
Most task-related documentation happens in issues descriptions and comments.
Yet, some information may need to be more carefully stored and detailed.\
In this case, we create a Pull Request to add a new markdown file in the docs/
directory or update an existing one.
If you're familiar with git and Node.js, clone the repository and refer to the Contributing section.
If not, it's OK too. Just do everything in Github, and we'll make sure to update the document afterward:
docs
directoryThis project requires Node.js 16.
Using NVM for automatic Node.js version management is recommended.
Run nvm install
from the root directory of this project to install the required version,
then nvm use
to activate it.
This project uses Prettier and Markdownlint-cli for formatting.
Both are automatically run on staged files before any commit using lint-staged and Husky.
Run npm run lint
to check the format of all files manually, and npm run format
to automatically fix errors.