Skip to content

Commit fafc2e4

Browse files
author
evombau
committed
more documantation is always good!
1 parent 04e11a1 commit fafc2e4

File tree

6 files changed

+43
-19
lines changed

6 files changed

+43
-19
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- "main"
7-
- '!docu/**'
87
paths-ignore:
98
- "README.md"
9+
- 'docu/**'
1010
- '.github/ISSUE_TEMPLATE/**'
1111
- '.github/PULL_REQUEST_TEMPLATE.md'
1212

.github/workflows/branchPR.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'docu/**'
88
paths-ignore:
99
- "README.md"
10+
- 'docu/**'
1011
- '.github/ISSUE_TEMPLATE/**'
1112
- '.github/PULL_REQUEST_TEMPLATE.md'
1213

README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,29 @@
11
# Awesome CI
22

3-
**Description**: This tool makes your workflow easier! With the help of [SemVer](https://semver.org/lang/) and naming conventions, a lot of time can be saved when creating a release.
3+
**Description**: This project is the smart connection between your pipeline for continuous integration and your version management like GitLab or GitHub. The focus is on the release process, followed by the version management of [SemVer](https://semver.org/). The required version number is created with the correct naming of the branch prefix.
44

55
- **Technology stack**: This tool is written in golang
66
- **Status**: Alpha, at release the [CHANGELOG](CHANGELOG.md) would be updated.
7-
- **Requests**: Please feel free to open an question or feature request in the Issue Board.
8-
9-
## Table of Contents
10-
11-
- [Main features]()
12-
- [Usage](#usage)
13-
- [Documentation](https://eksrvb.github.io/awesome-ci/)
14-
- [Known issues](#known-issues)
15-
- [Getting help](#getting-help)
16-
- [Open source licensing info](#open-source-licensing-info)
17-
- [Credits and references](#credits-and-references)
7+
- **Requests and Issues**: Please feel free to open an question or feature request in the Issue Board.
188

199
## Usage
2010

21-
to use this tool in your ci pipeline, [download](https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci) the most recently published release. How you can integrate this into your respective pipeline can be found in the following document.
11+
This project is the smart connection between your pipeline for continuous integration and your version management like GitLab or GitHub. The focus is on the release process, followed by the version management of SemVer. The required version number is created with the correct naming of the branch prefix.
2212

13+
You can use this tool in your CI pipeline or locally on your command line. Just [download](https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci) the most recently released version and get started. You can find out how to integrate this into your respective pipeline in the following document. There are also several examples in the [examples section](https://eksrvb.github.io/awesome-ci/docs/examples) of the documentation. If an example is not included, please feel free to inquire about a related [issue](https://github.com/eksrvb/awesome-ci/issues/new/choose).
2314

24-
## Documentation
15+
If more functionality is needed you can just open a problem in this project and of course bugs can be fixed in the same way by filing a [bug report](https://github.com/eksrvb/awesome-ci/issues/new/choose).
2516

26-
[See the manual](https://eksrvb.github.io/awesome-ci/) for setup and usage instructions.
17+
If you have any questions, you can find a form on the issue board. First, make sure your question is already in the [Questions and Answers](https://eksrvb.github.io/awesome-ci/docs/questions_and_answers) section before asking a question. You can find frequently asked questions there too.
2718

28-
## Known issues
19+
## Documentation
2920

30-
There are no known Issues yet.
21+
[See the manual](https://eksrvb.github.io/awesome-ci/) for setup, usage instructions and a lot more. (the documentation is still rising)
3122

3223
## Getting help
3324

3425
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
26+
You can find frequently asked questions directly in the "Questions and Answers" section.
3527

3628
## Getting involved
3729

CONTRIBUTING.md renamed to docs/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
layout: default
3+
title: Contributing
4+
nav_order: 5
5+
---
6+
17
# Contributing
28

39
When contributing to this repository, please first discuss the change you wish to make via issue,

docs/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ title: Home
44
nav_order: 1
55
---
66

7-
## Welcome to the awesome-ci documentation!
7+
## Welcome to the Awesome CI documentation!
8+
9+
This project is the smart connection between your pipeline for continuous integration and your version management like GitLab or GitHub. The focus is on the release process, followed by the version management of SemVer. The required version number is created with the correct naming of the branch prefix.
10+
11+
You can use this tool in your CI pipeline or locally on your command line. Just download the most recently released version and get started. You can find out how to integrate this into your respective pipeline in the following document. There are also several examples in the examples section of the documentation. If an example is not included, please feel free to inquire about a related issue.
12+
13+
If more functionality is needed you can just open a problem in this project and of course bugs can be fixed in the same way by filing a bug report.
14+
15+
If you have any questions, you can find a form on the issue board. First, make sure your question is already in the Questions and Answers section before asking a question. You can find frequently asked questions directly in the "Questions and Answers" section.
816

917
### Notice:
1018

docs/questions_and_answers.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default
3+
title: Questions and Answers
4+
nav_order: 4
5+
---
6+
7+
# Questions and Answers
8+
9+
Frequently asked questions are shown here.
10+
11+
12+
## Table of Contents
13+
14+
- nothing
15+
16+
17+
tbd

0 commit comments

Comments
 (0)