Skip to content

Commit 05eb191

Browse files
committed
Update docs
1 parent 99fecec commit 05eb191

5 files changed

Lines changed: 66 additions & 1 deletion

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: "Bug Report"
3+
about: Report a bug in the docker-ibmcloud-cli
4+
---
5+
<!--
6+
7+
Oh hi there!
8+
9+
To expedite issue processing please search open and closed issues before submitting a new one.
10+
Existing issues often contain information about workarounds, resolution, or progress updates.
11+
12+
-->
13+
14+
15+
# Bug Report
16+
17+
### Is this a regression?
18+
19+
<!-- Did this behavior use to work in the previous version? -->
20+
<!-- edit: --> Yes, the previous version in which this bug was not present was: ....
21+
22+
23+
### Description
24+
<!-- edit: --> A clear and concise description of the problem...
25+
26+
## Your Environment
27+
28+
**docker-ibmcloud-cli Version:**
29+
<pre><code>
30+
<!-- run `ng version` and paste output below -->
31+
32+
</code></pre>
33+
34+
**Anything else relevant?**
35+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: "Feature Request"
3+
about: Suggest a feature for docker-ibmcloud-cli
4+
---
5+
<!--
6+
7+
Oh hi there!
8+
9+
To expedite issue processing please search open and closed issues before submitting a new one.
10+
Existing issues often contain information about workarounds, resolution, or progress updates.
11+
12+
-->
13+
14+
15+
# Feature Request
16+
17+
### Relevant Package
18+
19+
### Description
20+
<!-- edit: --> A clear and concise description of the problem or missing capability...
21+
22+
23+
### Describe the solution you'd like
24+
<!-- edit: --> If you have a solution in mind, please describe it.
25+
26+
27+
### Describe alternatives you've considered
28+
<!-- edit: --> Have you considered any alternative solutions or workarounds?

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Instead of using the ibmcloud login installation in our CI, this container will
3939
### License
4040
Licensed under [MIT](https://github.com/Oda2/docker-ibmcloud-cli/blob/main/LICENSE)
4141

42-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FOda2%2Fdocker-ibmcloud-cli.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FOda2%2Fdocker-ibmcloud-cli?ref=badge_large)
42+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FOda2%2Fdocker-ibmcloud-cli.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FOda2%2Fdocker-ibmcloud-cli?ref=badge_large)

0 commit comments

Comments
 (0)