|
| 1 | +[](https://community.finos.org/docs/governance/Software-Projects/stages/incubating) |
| 2 | + |
| 3 | +# {project name} |
| 4 | + |
| 5 | +Short blurb about what your project does. |
| 6 | + |
| 7 | +## Installation |
| 8 | + |
| 9 | +OS X & Linux: |
| 10 | + |
| 11 | +```sh |
| 12 | +npm install my-crazy-module --save |
| 13 | +``` |
| 14 | + |
| 15 | +Windows: |
| 16 | + |
| 17 | +```sh |
| 18 | +edit autoexec.bat |
| 19 | +``` |
| 20 | + |
| 21 | +## Usage example |
| 22 | + |
| 23 | +A few motivating and useful examples of how your project can be used. Spice this up with code blocks and potentially screenshots / videos ([LiceCap](https://www.cockos.com/licecap/) is great for this kind of thing). |
| 24 | + |
| 25 | +_For more examples and usage, please refer to the [Wiki][wiki]._ |
| 26 | + |
| 27 | +## Development setup |
| 28 | + |
| 29 | +Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms. |
| 30 | + |
| 31 | +```sh |
| 32 | +make install |
| 33 | +npm test |
| 34 | +``` |
| 35 | + |
| 36 | +## Roadmap |
| 37 | + |
| 38 | +List the roadmap steps; alternatively link the Confluence Wiki page where the project roadmap is published. |
| 39 | + |
| 40 | +1. Item 1 |
| 41 | +2. Item 2 |
| 42 | +3. .... |
| 43 | + |
| 44 | +## Contributing |
| 45 | +For any questions, bugs or feature requests please open an [issue](https://github.com/finos/{project slug}/issues) |
| 46 | +For anything else please send an email to {project mailing list}. |
| 47 | + |
| 48 | +To submit a contribution: |
| 49 | +1. Fork it (<https://github.com/finos/{project slug}/fork>) |
| 50 | +2. Create your feature branch (`git checkout -b feature/fooBar`) |
| 51 | +3. Read our [contribution guidelines](.github/CONTRIBUTING.md) and [Community Code of Conduct](https://www.finos.org/code-of-conduct) |
| 52 | +4. Commit your changes (`git commit -am 'Add some fooBar'`) |
| 53 | +5. Push to the branch (`git push origin feature/fooBar`) |
| 54 | +6. Create a new Pull Request |
| 55 | + |
| 56 | +_NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool (or [EasyCLA](https://community.finos.org/docs/governance/Software-Projects/easycla)). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA. |
| 57 | + |
| 58 | +*Need an ICLA? Unsure if you are covered under an existing CCLA? Email [[email protected]](mailto:[email protected])* |
| 59 | + |
| 60 | +## License |
| 61 | + |
| 62 | +Copyright {yyyy} {name of copyright owner} |
| 63 | + |
| 64 | +Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). |
| 65 | + |
| 66 | +SPDX-License-Identifier: [Apache-2.0](https://spdx.org/licenses/Apache-2.0) |
0 commit comments