Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit d89bd91

Browse files
author
Harish Yayi
committed
some changes to templates and README.md
1 parent 5991184 commit d89bd91

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

.github/ISSUE_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- Issues will be CLOSED IMMEDIATELY if the following template is not completed. -->
2+
3+
## Bug Description
4+
5+
### 1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
6+
<!--
7+
Outline the steps you take to make the problem happen.
8+
Provide the simplest code sample you can, in context, that reproduces the issue.
9+
-->
10+
11+
### 2. What you expected to happen
12+
13+
### 3. What actually happened
14+
15+
## Environment details
16+
<!--
17+
- Version(s) that are affected by this issue.
18+
> 2.0.2
19+
- Java version including vendor and platform
20+
> 1.8.0_151 OpenJDK macOS
21+
- Spring framework or boot version
22+
> Spring boot 2.0.2
23+
-->

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 0.0.1 (2019-11-19)
2+
- [NEW] Initial release.

CONTRIBUTING.md

Whitespace-only changes.

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# App ID Spring Boot Starter
22

3-
This is a spring boot starter that enables Spring boot developers to get started quickly to build authentication workflow for applications that use [App ID](https://www.ibm.com/cloud/app-id) and OAuth 2.0 to secure its back end. This starter is like an extension to the actual functionality of the spring security, that means you can do whatever you want to do with spring secuirty, plus you get additional functionality to configure App ID.
3+
This is a spring boot starter that enables Spring boot developers to get started quickly to build authentication workflow for applications that use [App ID](https://www.ibm.com/cloud/app-id) and OAuth 2.0 to secure its back end. This starter is like an extension to the actual functionality of the spring security, that means you can do whatever you want to do with spring security, plus you get additional functionality to configure App ID.
44

55
* [Installation and Usage](#installation-and-usage)
66
* [Getting Started](#getting-started)
77
* [Related Documentation](#related-documentation)
8-
* [Development](#development)
9-
* [Contributing](CONTRIBUTING.md)
108

119
## Installation and Usage
1210

@@ -114,6 +112,3 @@ spring:
114112
* [Spring Boot documentation](https://projects.spring.io/spring-boot/)
115113
* [App ID blogs](https://cloud.ibm.com/docs/services/appid?topic=appid-rellinks)
116114
* [Spring Security](https://docs.spring.io/spring-security/site/docs/5.1.6.RELEASE/reference/htmlsingle/)
117-
118-
## Development
119-
For information about contributing, building, and running tests see the [CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)