-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update dependencies * format documents * optimise dev configs * remove jQuery * lint code * fix replace bugs * now scripts can run(polyfill needed?) * use replaceChild instead of replaceWith
- Loading branch information
Showing
12 changed files
with
336 additions
and
503 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 |
---|---|---|
|
@@ -12,4 +12,3 @@ max_line_length = null | |
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
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 |
---|---|---|
@@ -1,24 +1,22 @@ | ||
## How to Contribute to This Project | ||
# How to Contribute to This Project | ||
|
||
#### **Did You Find a Bug?** | ||
## **Did You Find a Bug?** | ||
|
||
* **Ensure the bug was not already reported** by searching on GitHub under [Issues]. | ||
* If you're unable to find an open issue addressing the problem, [open a new one]. Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. | ||
- **Ensure the bug was not already reported** by searching on GitHub under [Issues]. | ||
- If you're unable to find an open issue addressing the problem, [open a new one]. Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. | ||
|
||
#### **Did You Write a Patch That Fixes a Bug?** | ||
## **Did You Write a Patch That Fixes a Bug?** | ||
|
||
* Open a new GitHub pull request with the patch. | ||
1. Fork this project | ||
1. Create your feature branch: `git checkout -b my-new-feature` | ||
1. Commit your changes: `git commit -am 'Add some feature'` | ||
1. Push to the branch: `git push origin my-new-feature` | ||
1. Submit a pull request :tada: | ||
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. | ||
- Open a new GitHub pull request with the patch. | ||
1. Fork this project | ||
2. Create your feature branch: `git checkout -b my-new-feature` | ||
3. Commit your changes: `git commit -am 'Add some feature'` | ||
4. Push to the branch: `git push origin my-new-feature` | ||
5. Submit a pull request :tada: | ||
- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. | ||
|
||
#### **Do You Intend to Add a New Feature or Change an Existing One?** | ||
## **Do You Intend to Add a New Feature or Change an Existing One?** | ||
|
||
* Suggest your change as a new [issue] using the label `enhancement` **BEFORE** you start writing code. | ||
- Suggest your change as a new [issue] using the label `enhancement` **BEFORE** you start writing code. | ||
|
||
Thanks for contributing! :heart: | ||
|
||
|
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,14 +1,15 @@ | ||
## Expected Behavior | ||
# Issue | ||
|
||
## Expected Behavior | ||
|
||
## Actual Behavior | ||
|
||
|
||
## Steps to Reproduce the Problem | ||
|
||
1. | ||
1. | ||
1. | ||
1. _ | ||
2. _ | ||
3. _ | ||
|
||
## Specifications | ||
|
||
(The version of the project, operating system, hardware etc.) |
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,8 +1,11 @@ | ||
# PR | ||
|
||
Issue Fixed # | ||
|
||
## Proposed Changes | ||
|
||
- | ||
- - | ||
- _ | ||
- _ | ||
- _ | ||
|
||
@MikeCoder |
Oops, something went wrong.