-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor workflows - Bump gradle to 7.4.1 - Update issue template - Update PULL_REQUEST_TEMPLATE.md - Delete dependabot.yml - Update .github
- Loading branch information
Showing
53 changed files
with
1,162 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,55 @@ | ||
--- | ||
title: "[Bug]: " | ||
name: Bug Report | ||
about: Report any issues regarding the project and help us identify bugs quicker | ||
|
||
labels: [":bug: bug"] | ||
--- | ||
|
||
# Issue Guidelines | ||
|
||
Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/AniTrend/support-markdown/blob/master/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. | ||
|
||
**You may find an answer in already closed issues**: | ||
https://github.com/AniTrend/support-markdown/issues?q=is%3Aissue+is%3Aclosed | ||
|
||
|
||
## Description Of Bug | ||
<!--- A clear and concise description of what the bug is. --> | ||
|
||
__Pages__ with long titles are under the __Tab__ are cropped from start instead of from the end. | ||
|
||
**Steps To Reproduce** | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
|
||
## Expected Behaviour | ||
<!--- A clear and concise description of what you expect to happen. --> | ||
|
||
Perhaps it would be best if anime/manga titles are not truncated | ||
|
||
|
||
## Screenshots/Videos | ||
<!--- If applicable, add screenshots to help explain your problem. If none of these are available please remove this section alone --> | ||
|
||
|
||
## Device & Build Information | ||
<!--- Please provide any relevant information about your device. This is important in case the issue is not reproducible except for under certain conditions. --> | ||
|
||
* OS Version: Lollipop 5.0.1 | ||
* App Version: 1.2.0 | ||
* Phone Model: Xperia SP | ||
* Phone Brand: Sony | ||
|
||
|
||
## Additional Context | ||
<!--- What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world, also include an logs if you have any in this section --> | ||
|
||
I have tested with multiple devices and the issue doesn't seem to be bound to any specific device, OS version or form factor. | ||
|
||
I have tested with ...... | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Issue Guidelines | ||
|
||
Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/AniTrend/support-markdown/blob/develop/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. | ||
|
||
**You may find an answer in already closed issues**: | ||
https://github.com/AniTrend/support-markdown/issues?q=is%3Aissue+is%3Aclosed | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of bug | ||
description: A clear and concise description of what the bug is. In other words what is the behaviour | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expect to happen. This is the intented behaviour | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: checkboxes | ||
id: guidelines | ||
attributes: | ||
label: Community guidelines | ||
description: Please take a moment to review our [community guidelines](https://github.com/AniTrend/support-markdown/blob/develop/CONTRIBUTING.md) | ||
options: | ||
- label: I have read the community guidelines | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: AniTrend Community Support | ||
url: https://github.com/orgs/AniTrend/discussions | ||
about: Please ask and answer questions here. | ||
- name: Frequestnly Ased Questions | ||
url: https://docs.anitrend.co/project/ | ||
about: Please review the FAQ for commonly asked questions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,41 @@ | ||
--- | ||
title: "[Feature]: " | ||
name: Feature Request | ||
about: Got a suggestion? Then this is what you should use | ||
|
||
labels: [":star2: enhancement"] | ||
--- | ||
|
||
# Issue Guidelines | ||
|
||
Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/AniTrend/support-markdown/blob/master/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. | ||
|
||
**You may find an answer in already closed issues**: | ||
https://github.com/AniTrend/support-markdown/issues?q=is%3Aissue+is%3Aclosed | ||
|
||
|
||
## Feature Information | ||
<!-- Is your feature request related to a problem? Please describe. --> | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
|
||
## Solution Information | ||
<!-- Describe the solution you'd like --> | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
|
||
## Additional context | ||
Add any other context or screenshots about the feature request here. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Issue Guidelines | ||
|
||
Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/AniTrend/support-markdown/blob/develop/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. | ||
|
||
**You may find an answer in already closed issues**: | ||
https://github.com/AniTrend/support-markdown/issues?q=is%3Aissue+is%3Aclosed | ||
|
||
- type: textarea | ||
id: information | ||
attributes: | ||
label: Description of bug | ||
description: Is your feature request related to a problem? Please describe. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world, also include images or links if you have any in this section | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
id: guidelines | ||
attributes: | ||
label: Community guidelines | ||
description: Please take a moment to review our [community guidelines](https://github.com/AniTrend/support-markdown/blob/develop/CONTRIBUTING.md) | ||
options: | ||
- label: I have read the community guidelines | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,40 @@ | ||
--- | ||
title: "[Question]: " | ||
name: Question | ||
about: Ask any general question regarding the project, also if you use this if you don't know what category to use | ||
|
||
labels: [":grey_question: question"] | ||
--- | ||
|
||
# Issue Guidelines | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Issue Guidelines | ||
|
||
Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/AniTrend/support-markdown/blob/master/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. | ||
Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/AniTrend/support-markdown/blob/develop/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. | ||
|
||
**You may find an answer in already closed issues**: | ||
https://github.com/AniTrend/support-markdown/issues?q=is%3Aissue+is%3Aclosed | ||
**You may find an answer in already closed issues**: | ||
https://github.com/AniTrend/support-markdown/issues?q=is%3Aissue+is%3Aclosed | ||
|
||
## Question | ||
<!-- Clearly and explicitly explain the details about your question --> | ||
I would like to know if... I have also searched in the closed issues and... | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: Clearly and explicitly explain the details about your question | ||
validations: | ||
required: true | ||
|
||
## Additional Context | ||
<!-- Any additional information regarding your question, you may also add screenshots if any under this section --> | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Any additional information regarding your question, you may also add screenshots | ||
validations: | ||
required: false | ||
|
||
I am currently using... | ||
- type: checkboxes | ||
id: guidelines | ||
attributes: | ||
label: Community guidelines | ||
description: Please take a moment to review our [community guidelines](https://github.com/AniTrend/support-markdown/blob/develop/CONTRIBUTING.md) | ||
options: | ||
- label: I have read the community guidelines | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
feature: 'feature/*' | ||
refactor: ['refactor/*', 'enhancement/*'] | ||
hotfix: ['hotfix/*', 'bugfix/*'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name-template: 'v$RESOLVED_VERSION' | ||
tag-template: '$RESOLVED_VERSION' | ||
categories: | ||
- title: '🚀 Features' | ||
labels: | ||
- 'feature' | ||
- title: '🐛 Bug Fixes' | ||
labels: | ||
- 'bugfix' | ||
- 'hotfix' | ||
- title: '🧰 Maintenance' | ||
labels: | ||
- 'refactor' | ||
- title: '📦 Dependencies' | ||
labels: | ||
- 'dependencies' | ||
autolabeler: | ||
- label: 'docs' | ||
files: | ||
- '*.md' | ||
branch: | ||
- '/docs{0,1}\/.+/' | ||
- label: 'dependencies' | ||
branch: | ||
- '/dependencies\/.+/' | ||
- '/renovate\/.+/' | ||
change-template: '- $TITLE by @$AUTHOR in #$NUMBER' | ||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. | ||
version-resolver: | ||
major: | ||
labels: | ||
- 'major' | ||
minor: | ||
labels: | ||
- 'minor' | ||
- 'refactor' | ||
- 'feature' | ||
patch: | ||
labels: | ||
- 'patch' | ||
- 'bugfix' | ||
- 'hotfix' | ||
- 'dependencies' | ||
default: patch | ||
template: | | ||
# What's Changed | ||
$CHANGES | ||
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Run spotless check | ||
|
||
on: | ||
push: | ||
branches: [ develop ] | ||
pull_request: | ||
branches: | ||
- '*' | ||
|
||
jobs: | ||
android-spotless: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '11' | ||
distribution: 'adopt' | ||
|
||
- name: Setup Gradle | ||
uses: gradle/gradle-build-action@v2 | ||
|
||
- name: Run spotless check | ||
run: ./gradlew spotlessCheck |
Oops, something went wrong.