Skip to content

Commit fdb797a

Browse files
committed
📝 Better Slack presentation in readme (#37)
1 parent 02b3218 commit fdb797a

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
## Description
2-
32
<!--- Describe your changes in detail -->
3+
<!--- Why is this change required? What problem does it solve? -->
44

5-
### Motivation and Context
65

7-
<!--- Why is this change required? What problem does it solve? -->
6+
## Related Issue
7+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
8+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
9+
<!--- Please link to the issue here: -->
810

9-
### How This Has Been Tested
1011

12+
## How Has This Been Tested
1113
<!--- Please describe in detail how you tested your changes. -->
1214
<!--- Include details of your testing environment, and the tests you ran to -->
1315
<!--- see how your change affects other areas of the code, etc. -->
1416

15-
## Related Issue
16-
17-
<!--- Please link to any related issue here. -->
1817

1918
## Types of changes
20-
2119
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
2220

2321
- [ ] Docs change / refactoring / dependency upgrade
2422
- [ ] Bug fix (non-breaking change which fixes an issue)
2523
- [ ] New feature (non-breaking change which adds functionality)
2624
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
27-
- [ ] My change requires a change to the documentation.
25+
- [ ] Requires a change to the official Guide documentation.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[![Tests](https://github.com/mindee/mindee-api-java/actions/workflows/build.yml/badge.svg)](https://github.com/mindee/mindee-api-java/actions/workflows/build.yml)
22

3-
[![Join Mindee on Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://mindee-community.slack.com/join/shared_invite/zt-1jv6nawjq-FDgFcF2T5CmMmRpl9LLptw#/shared-invite/email)
4-
53
# Mindee API Helper Library for Java
64
Quickly and easily connect to Mindee's API services using Java.
75

@@ -63,6 +61,11 @@ customize the experience.
6361
All the juicy details are described in the
6462
**[Official Documentation](https://developers.mindee.com/docs/java-ocr-sdk)**.
6563

64+
### Questions, Comments?
65+
We'd love to hear from you!
66+
[Join our Slack](https://join.slack.com/t/mindee-community/shared_invite/zt-1jv6nawjq-FDgFcF2T5CmMmRpl9LLptw).
67+
68+
6669
## License
6770
Copyright © Mindee
6871

0 commit comments

Comments
 (0)