|
| 1 | +#### DBoM Open Source Project Template Instructions |
| 2 | + |
| 3 | +1. Create a new project based on this template |
| 4 | +3. Update the README, replacing the contents below as prescribed |
| 5 | +3. Delete these instructions and everything up to the _Project Title_ from the README. |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +# Project Title |
| 10 | + |
| 11 | +**Description**: |
| 12 | + |
| 13 | +Put a meaningful, short, plain-language description of what |
| 14 | +this project is trying to accomplish and why it matters. |
| 15 | +Describe the problem(s) this project solves. |
| 16 | +Describe how this software can improve the lives of its audience. |
| 17 | + |
| 18 | +Other things to include: |
| 19 | + |
| 20 | + - Link to the changelog |
| 21 | + - Links to production or demo instances |
| 22 | + |
| 23 | +**Screenshot** |
| 24 | + |
| 25 | + If the software has visual components, place a screenshot after the description |
| 26 | + |
| 27 | + |
| 28 | +## Installation |
| 29 | + |
| 30 | +Detailed instructions on how to install, configure, and get the project running. |
| 31 | +This should be frequently tested to ensure reliability. |
| 32 | + |
| 33 | +## Configuration |
| 34 | + |
| 35 | +If the software is configurable, describe it in detail, either here or in other documentation to which you link. |
| 36 | + |
| 37 | +## Usage |
| 38 | + |
| 39 | +Show users how to use the software. |
| 40 | +Be specific. |
| 41 | +Use appropriate formatting when showing code snippets. |
| 42 | + |
| 43 | +## How to test the software |
| 44 | + |
| 45 | +If the software includes automated tests, detail how to run those tests. |
| 46 | + |
| 47 | + |
| 48 | +## Getting help |
| 49 | + |
| 50 | +If you have any queries on insert-project-name, feel free to reach us on any of our [communication channels](https://github.com/DBOMproject/community/blob/master/COMMUNICATION.md) |
| 51 | + |
| 52 | +**Example** |
| 53 | + |
| 54 | +If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker. |
| 55 | + |
| 56 | +## Getting involved |
| 57 | + |
| 58 | +This section should detail why people should get involved and describe key areas you are |
| 59 | +currently focusing on; e.g., trying to get feedback on features, fixing certain bugs, building |
| 60 | +important pieces, etc. |
| 61 | + |
| 62 | +General instructions on _how_ to contribute should be stated with a link to [CONTRIBUTING](CONTRIBUTING.md). |
| 63 | + |
| 64 | + |
0 commit comments