All sort of contributions are welcome and there are no complicated rules with it. We appreciate:
- New features
- Bug fixes
- Suggestions
- Ideas
Feel free to submit issues, ideas, suggestions and enhancement requests.
Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
type | version |
---|---|
nodejs | Greater than 8.11.0 |
OS | Linux, Windows and Mac |
You will need to install Rust to work on this project. Installation instruction can be found https://www.rust-lang.org/tools/install.
I have used following versions of Rust and its dependencies while developing
type | version |
---|---|
rustc | rustc 1.36.0-nightly (7158ed9cb 2019-05-15) |
cargo | cargo 1.36.0-nightly (759b6161a 2019-05-06) |
Also I've enabled nightly mode to use some of the latest features of Rust, follow this instruction: https://github.com/rust-lang/rustup.rs#working-with-nightly-rust
is an open source project licensed under the MIT license.
functional-programming-jargon.rs does not require you to assign the copyright of your contributions, you retain the copyright. functional-programming-jargon.rs does require that you make your contributions available under the MIT license in order to be included in the main repo.
If appropriate, include the MIT license summary at the top of each file along with the copyright info. If you are adding a new file that you wrote, include your name in the copyright notice in the license summary at the top of the file.
You can copy and paste the MIT license summary from below.
MIT License
Copyright (c) 2019 Jason Shin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.