haskell-spotlight/CONTRIBUTING.md

22 lines
746 B
Markdown
Raw Permalink Normal View History

2022-01-09 02:10:28 +03:00
# Contributing
## Development
You need NodeJS >= 14.x.x
- Clone the repository.
- `cd ./haskell-spotlight`.
2022-01-10 15:45:10 +03:00
- See `Makefile`.
- Before publish a PR, please ensure that it builds without errors in production mode: `npm run build && npm start`.
2022-01-09 02:10:28 +03:00
If you want to implement some significant change, it's better to create a GitHub issue and discuss it first.
## Other ways to contribute
2022-01-09 18:59:32 +03:00
- Star ⭐️ the project on GitHub.
2022-01-09 02:10:28 +03:00
- Propose feature ideas.
- Report bugs.
- Follow and retweet us on Twitter: [@HaskellSpot](https://twitter.com/HaskellSpot).
- You can contribute by sponsoring the project or propose a job in a Haskell project to the [author](mailto:visotelle+haskell-spotlight@gmail.com). 🙂
2022-01-09 18:59:32 +03:00
- Any other way that will come to your mind.