-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
6,662 additions
and
6,317 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,28 +1,31 @@ | ||
--- | ||
name: Bug report | ||
about: Use this template for reporting a bug. | ||
title: '' | ||
labels: 'Type: Bug' | ||
title: "" | ||
labels: "Type: Bug" | ||
assignees: Levminer | ||
|
||
--- | ||
|
||
**Describe the bug:** | ||
# Describe the bug: | ||
|
||
- `A clear and concise description of what the bug is.` | ||
|
||
## Error message: | ||
|
||
- A clear and concise description of what the bug is. | ||
- `Paste the error message here or the screenshot of the error` | ||
|
||
**To Reproduce:** | ||
## To reproduce: | ||
|
||
- Steps to reproduce the behavior (Detailed steps): | ||
- `Steps to reproduce the behavior (Detailed steps):` | ||
|
||
**Expected behavior:** | ||
## Expected behavior: | ||
|
||
- A clear and concise description of what you expected to happen. | ||
- `A clear and concise description of what you expected to happen.` | ||
|
||
**Version Info:** | ||
## Version Info: | ||
|
||
- Paste version informations here (Top menu > Info > About > Copy): | ||
- `Paste version informations here (Top menu > Info > About > Copy):` | ||
|
||
**Additional context:** | ||
## Additional context: | ||
|
||
- Add any other context about the problem here. | ||
- `Add any other context about the problem here.` |
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,24 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Use this template for creating a feature request | ||
title: '' | ||
labels: 'Type: Feature' | ||
about: Use this template for creating a feature request. | ||
title: "" | ||
labels: "Type: Feature" | ||
assignees: Levminer | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe:** | ||
# Your feature request related to the problem: | ||
|
||
- A clear and concise description of what the problem is. | ||
- `A clear and concise description of what the problem is.` | ||
|
||
**Describe the solution you'd like:** | ||
## Describe the solution you'd like: | ||
|
||
- A clear and concise description of what you want to happen. | ||
- `A clear and concise description of what you want to happen.` | ||
|
||
**Describe alternatives you've considered:** | ||
## Describe alternatives you've considered: | ||
|
||
- A clear and concise description of any alternative solutions or features you've considered. | ||
- `A clear and concise description of any alternative solutions or features you've considered.` | ||
|
||
**Additional context:** | ||
## Additional context: | ||
|
||
- Add any other context or screenshots about the feature request here. | ||
- `Add any other context or screenshots about the feature request here.` |
14 changes: 9 additions & 5 deletions
14
...REQUEST_TEMPLATE/pull_request_template.md → .github/PULL_REQUEST_TEMPLATE.md
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 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 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 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 |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
<title>Authme</title> | ||
<meta charset="UTF-8" /> | ||
<title>Authme</title> | ||
<!-- css --> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="./src/css/index.css" /> | ||
<!-- js --> | ||
<script defer src="../.././src/[email protected]"></script> | ||
<script defer src="./src/js/convert.js"></script> | ||
<script defer src="./src/js/index.js"></script> | ||
<script defer src="./src/js/save.js"></script> | ||
<!-- css --> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="./src/css/index.css" /> | ||
<!-- favicon --> | ||
<link rel="shortcut icon" href="../../img/icon.ico" type="image/x-icon" /> | ||
</head> | ||
|
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 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
Oops, something went wrong.