|
1 | | -# intcap |
| 1 | +# IntCap |
2 | 2 | Integrated Capture Systems Model |
3 | 3 |
|
4 | | -## Development Practices |
5 | | - |
6 | | -* Code development will be peformed in a forked copy of the repo. Commits will not be |
7 | | - made directly to the repo. Developers will submit a pull request that is then merged |
8 | | - by another team member, if another team member is available. |
9 | | -* Each pull request should contain only related modifications to a feature or bug fix. |
10 | | -* Sensitive information (secret keys, usernames etc) and configuration data |
11 | | - (e.g database host port) should not be checked in to the repo. |
12 | | -* A practice of rebasing with the main repo should be used rather that merge commmits. |
| 4 | +Note: This product is also part of the [Process Models Bundle](../../../ProcessModels_bundle) |
13 | 5 |
|
14 | 6 | ## Getting Started |
15 | | - |
16 | | -TBD |
| 7 | +See installation and user guide documents in the [documentation](./docs) subdirectory. |
17 | 8 |
|
18 | 9 | ## Authors |
19 | 10 |
|
20 | 11 | * Ben Omell |
21 | 12 | * Debangsu Bhattacharyya |
22 | 13 |
|
23 | | -See also the list of [contributors](https://github.com/CCSI-Toolset/intcap/contributors) who participated in this project. |
| 14 | +See also the list of [contributors](../..//contributors) who participated in this project. |
24 | 15 |
|
25 | | -## Versioning |
| 16 | +## Development Practices |
| 17 | +* Code development will be performed in a forked copy of the repo. Commits will not be |
| 18 | + made directly to the repo. Developers will submit a pull request that is then merged |
| 19 | + by another team member, if another team member is available. |
| 20 | +* Each pull request should contain only related modifications to a feature or bug fix. |
| 21 | +* Sensitive information (secret keys, usernames etc) and configuration data |
| 22 | + (e.g database host port) should not be checked in to the repo. |
| 23 | +* A practice of rebasing with the main repo should be used rather that merge commmits. |
26 | 24 |
|
| 25 | +## Versioning |
27 | 26 | We use [SemVer](http://semver.org/) for versioning. For the versions available, |
28 | | -see the [tags on this repository](https://github.com/CCSI-Toolset/intcap/tags). |
| 27 | +see the [releases](../../releases) or [tags](../../tags) for this repository. |
29 | 28 |
|
30 | 29 | ## License & Copyright |
31 | | - |
32 | 30 | See [LICENSE.md](LICENSE.md) file for details |
0 commit comments