File tree Expand file tree Collapse file tree 4 files changed +82
-1
lines changed
Expand file tree Collapse file tree 4 files changed +82
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : 🐞 Bug report
3+ about : Create an issue which describes a bug of CloudNet
4+
5+ ---
6+
7+ ** Describe the bug** <br >
8+ <!-- A clear and concise description of what the bug is. Summarize the bug with a few words. -->
9+
10+
11+ ** Steps for reproducing** <br >
12+ <!-- Here is a example how this could look like. The important thing is that you are describing the steps as specific as possible! -->
13+ <!--
14+ ```
15+ Steps to reproduce the behavior:
16+ 1. Go to '...'
17+ 2. Click on '....'
18+ 3. Scroll down to '....'
19+ 4. See error
20+ ```
21+ ```
22+ Steps to reproduce the exception:
23+ 1. Declare object '....'
24+ 2. Call method '#foo(int)'
25+ 3. See exception
26+ ```
27+ -->
28+
29+
30+ ** Expected behavior** <br >
31+ <!-- A clear and concise description of what you expected to happen. -->
32+
33+
34+ ** Screenshots** <br >
35+ <!-- If applicable, add screenshots to help explaining your problem. -->
36+
37+
38+ ** Please provide us information about your environment and used assets**
39+ <!-- Example:
40+ - System specs: Technical information about your hardware [e.g. CPU = Intel i5 7th Gen etc.]
41+ - OS: On which operating system did the bug occurr? [e.g. Linux, OS X, Windows]
42+ - Version: Which release and build version did you run/use? [e.g. CloudNet 3.x]
43+
44+ ------ Copy-paste ------
45+ System specs:
46+ OS:
47+ Version:
48+ -->
49+
50+
51+ ** Additional context** <br >
52+ <!-- Add any other context about the problem here. -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : 💡 Feature request
3+ about : Create an issue describing a feature you want to see in CloudNet
4+
5+ ---
6+
7+ ** Please describe the proposed feature** <br >
8+ <!--
9+ A clear and concise description why you would like to see that
10+ feature in CloudNet. Is it related to a problem? If so please give
11+ use some context what the problem is.
12+ -->
13+
14+
15+ ** Additional context**
16+ <!-- Add any other context or screenshots about the feature request here. -->
Original file line number Diff line number Diff line change 1+ <!-- PLEASE ENSURE YOU HAVE READ CLOUDNET'S CODESTYLE GUIDELINES -->
2+ <!-- IF YOU'RE NOT FOLLOWING CLOUDNET'S CODESTYLE GUIDELINES, THEN THIS PULL REQUEST IS LIKELY TO BE REJECTED -->
3+ <!-- IF YOU'RE NOT PROVIDING ANY INFORMATION, THEN THIS PULL REQUEST IS LIKELY TO BE REJECTED -->
4+
5+ - [ ] breaking changes
6+ - [ ] no breaking changes
7+
8+ ### changes made to the repository
9+ <!-- a brief description of the changes done in this pull request -->
10+
11+
12+ ### related issues/discussions
13+ <!-- put here any issues or discussions related to this pull request -->
Original file line number Diff line number Diff line change @@ -209,4 +209,4 @@ task allJavadoc(type: Javadoc) {
209209 source = exportedProjects. collect { project(it). sourceSets. main. allJava }
210210 classpath = files(exportedProjects. collect { project(it). sourceSets. main. compileClasspath })
211211 failOnError = false
212- }
212+ }
You can’t perform that action at this time.
0 commit comments