Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Commit 73ce342

Browse files
Merge pull request #14 from beanbeanjuice/integration
Ready for Integration
2 parents efbe74c + d58c085 commit 73ce342

7 files changed

Lines changed: 34 additions & 51 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Add any other context about the problem here.
2929
# Checklist:
3030

3131
- [ ] I have checked for similar issues.
32-
- [ ] This is a bug report, not an improvement request or feature request.
32+
- [ ] This is a bug report, not a feature request, improvement request, or security vulnerability report.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Add any other context or screenshots about the feature request here.
1919
# Checklist:
2020

2121
- [ ] I have checked for similar issues.
22-
- [ ] This is a feature request, not a bug report or improvement request.
22+
- [ ] This is a feature request, not improvement request, bug report, or security vulnerability report.

.github/ISSUE_TEMPLATE/improvement-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ assignees: beanbeanjuice
1111
A clear and concise description of what you want to happen.
1212

1313
**__Additional Context__**
14-
Add any other context or screenshots about the feature request here.
14+
Add any other context or screenshots about the improvement request here.
1515

1616
# Checklist:
1717

1818
- [ ] I have checked for similar issues.
19-
- [ ] This is an improvement request, not a bug report or feature request.
19+
- [ ] This is an improvement request, not a feature request, bug report, or security vulnerability report.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Security Vulnerability Report
3+
about: Report a security vulnerability on this project.
4+
title: "[SECURITY ISSUE] **DESCRIBE THE SECURITY VULNERABILITY AS SHORT AS POSSIBLE HERE**"
5+
labels: security
6+
assignees: beanbeanjuice
7+
8+
---
9+
10+
**__Describe the Security Vulnerability__**
11+
A clear and concise description of what you want to happen.
12+
13+
**__Additional Context__**
14+
Add any other context or screenshots about the security vulnerability here.
15+
16+
# Checklist:
17+
18+
- [ ] I have checked for similar issues.
19+
- [ ] This is a security vulnerability report, not a feature request, improvement request, or a bug report.

.github/pull_request_template.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,18 @@ Fixes # (issue)
1111
- [ ] Feature (Something New Added to the Code)
1212
- [ ] Improvement (Improving An Existing Section of Code)
1313
- [ ] Documentation Update
14+
- [ ] Security Vulnerability
1415

1516
## Changes
1617

1718
- [ ] Internal Code
1819
- [ ] Documentation
1920
- [ ] Other: _____
2021

21-
**Test Configuration**:
22-
* Hardware:
23-
- CPU:
24-
- GPU:
25-
- RAM:
26-
* SDK: Java Oracle 16
27-
2822
# Checklist:
2923

30-
- [ ] The code follows the style [guidlines]().
24+
- [ ] This pull request has been linked to the appropriate issue on GitHub. (Use the development section on the right.)
25+
- [ ] The code follows the style [guidlines](https://github.com/beanbeanjuice/cafeBot/blob/master/CONTRIBUTING.md).
3126
- [ ] A self-review of the code was performed in GitHub.
3227
- [ ] Appropriate comments were added in the code.
3328
- [ ] Appropriate changes have been made to the documentation.
@@ -37,4 +32,5 @@ Fixes # (issue)
3732
- [ ] New and existing Maven CI tests have passed.
3833
- [ ] The pull request is properly merging into the correct branch.
3934
- [ ] All existing local code has been pushed to the GitHub repository.
40-
- [ ] Changes have been documented in the current draft [cafeBot Releases](https://github.com/beanbeanjuice/cafeBot/releases) update.
35+
- [ ] Changes have been documented in the current draft [Java Cafe API Wrapper Release](https://github.com/beanbeanjuice/Java-Cafe-API-Wrapper/releases) update.
36+
- [ ] The version has been successfully incremented.

README.md

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![wakatime](https://wakatime.com/badge/user/beeb4317-977b-4b19-878a-21e9aa8e43ed/project/da9ac356-721a-40dd-a76a-19c3ff0d57d5.svg?style=for-the-badge)](https://wakatime.com/badge/user/beeb4317-977b-4b19-878a-21e9aa8e43ed/project/da9ac356-721a-40dd-a76a-19c3ff0d57d5)
22
[![CodeFactor](https://www.codefactor.io/repository/github/beanbeanjuice/java-cafe-api-wrapper/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/beanbeanjuice/java-cafe-api-wrapper)
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/beanbeanjuice/Java-Cafe-API-Wrapper?style=for-the-badge)
34

45
<!-- PROJECT LOGO -->
56
<br />
@@ -52,8 +53,6 @@
5253
<!-- ABOUT THE PROJECT -->
5354
# About The Project
5455

55-
[![Product Name Screen Shot][product-title]](https://www.beanbeanjuice.com/cafeBot.html)
56-
5756
### Built With
5857

5958
* [Maven](https://maven.apache.org/)
@@ -63,53 +62,22 @@
6362

6463
To add this bot to your server, follow these steps.
6564

66-
## Prerequisites
67-
68-
In order to use this, you must have a Java project with either `Maven` or `Gradle`.
69-
70-
For `Maven`, paste these two repositories in your `pom.xml` file.
71-
```XML
72-
<repositories>
73-
...
74-
75-
<!-- Sonatype Snapshot Repository -->
76-
<repository>
77-
<id>sonatype-snapshots</id>
78-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
79-
</repository>
80-
81-
<!-- Sonatype Release Repository -->
82-
<repository>
83-
<id>sonatype-releases</id>
84-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
85-
</repository>
86-
87-
...
88-
</repositories>
89-
```
90-
91-
For `Gradle`, paste these two repositories in your `build.gradle` file.
92-
```Groovy
93-
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
94-
maven { url 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/' }
95-
```
96-
9765
## Installation
9866

9967
For `Maven`, paste this into your `dependencies` section of your `pom.xml` file.
10068
```XML
10169
<!-- Cafe API -->
10270
<dependency>
103-
<groupId>io.github.beanbeanjuice</groupId>
71+
<groupId>com.beanbeanjuice</groupId>
10472
<artifactId>cafe-api-wrapper</artifactId>
105-
<version>v1.1.1</version>
73+
<version>VERSION</version>
10674
</dependency>
10775
```
10876

10977
For `Gradle`, paste this into your `dependencies` section of your `build.gradle` file.
11078
```Groovy
11179
// Cafe API
112-
implementation group: 'io.github.beanbeanjuice', name: 'cafe-api-wrapper', version: 'v1.1.1'
80+
implementation group: 'com.beanbeanjuice', name: 'cafe-api-wrapper', version: 'VERSION'
11381
```
11482

11583
<!-- ROADMAP -->
@@ -144,4 +112,4 @@ Distributed under the GPL-3.0 License. See `LICENSE` for more information.
144112
<!-- ACKNOWLEDGEMENTS -->
145113
# Acknowledgements
146114

147-
* *There's nothing here yet... maybe in the future?*
115+
* *There's nothing here yet... maybe in the future?*

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.target>16</maven.compiler.target>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<version.number>1.2.6</version.number>
17+
<version.number>1.3.0</version.number>
1818
</properties>
1919

2020
<profiles>

0 commit comments

Comments
 (0)