This project has a code of conduct. By interacting with this repository, organisation, or community you agree to abide by its terms.
Hi! 👋 We’re excited that you’re interested in contributing! Take a moment to read the following guidelines. And thanks for contributing to alex! 👏👌✨
If you’re raising an issue, please understand that people involved with this project often do so for fun, next to their day job; you are not entitled to free customer service.
- Ecosystem
- Trying out your local changes
- Running tests
- Contributions
- Support
- Submitting an issue
- Submitting a pull request
- Resources
- License
This project, alex
, is a small wrapper around the unified ecosystem.
It mainly uses retext
to process natural language, with the
retext-equality
and retext-profanities
plugins.
For Markdown, remark
is used.
Try and pick the right place to contribute to so we can help you faster.
alex
handles the user’s command line experience, while the retext
plugins
determine the rules and recommendations.
To see how your local changes affect alex
, you can use npm link
:
git clone <your fork url>
cd alex
npm install
npm link
alex some-file.md
npm test
There’s several ways to contribute, not just by writing code.
As a user of this project you’re perfect for helping us improve our docs. Typo corrections, error fixes, better explanations, new examples, etcetera. Anything!
Some issues lack information, aren’t reproducible, or are just incorrect. Help make them easier to resolve.
We’re always looking for more opinions on discussions in the issue tracker.
Code contributions are very welcome. It’s often good to first create an issue to report a bug or suggest a new feature before creating a pull request to prevent you from doing unnecessary work.
There are ways in which our website can be improved as well, and we are open
to contributions.
Switch to the website
branch (with git checkout website
)
and start contributing!
Changes made to the src
folder are automatically
built to the dest
folder.
If you have profanities, insensitive words, and/or any other additions to add
to our repository, you’ll need to make a PR to either cuss
or
retext-equality
.
The words will automatically be used in alex as well.
See support.md
on how to get help.
- Try to find the best issue tracker (
remark
,retext
,retext-equality
,retext-profanities
, or here) for your issue - Search the issue tracker (including closed issues) before opening a new issue
- Ensure you’re using the latest version of projects
- Use a clear and descriptive title
- Include as much information as possible: steps to reproduce the issue, error message, version, operating system, etcetera
- The more time you put into an issue, the more we will
- The best issue report is a failing test proving it
- Non-trivial changes are often best discussed in an issue first, to prevent you from doing unnecessary work
- For ambitious tasks, you should try to get your work in front of the community for feedback as soon as possible
- New features should be accompanied with tests and documentation
- Don’t include unrelated changes
- Lint and test before submitting code by running
$ npm test
- Write a convincing description of why we should land your pull request: it’s your job to convince us