generated from AllanOricil/js-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
37 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Contributing | ||
|
||
Contributions are welcome! If you would like to contribute, please fork the repository, make your changes, and submit a pull request. | ||
|
||
## Requirements | ||
|
||
- pnpm >= 8 | ||
- node >= 18 | ||
|
||
## Installation | ||
|
||
### 1) Fork the repository | ||
|
||
### 2) Install Dependencies | ||
|
||
This will install all the tools needed to contribute | ||
|
||
```bash | ||
pnpm install | ||
``` | ||
|
||
## Testing | ||
|
||
When developing, run the provided tests for new additions. | ||
|
||
```bash | ||
pnpm test | ||
``` | ||
|
||
## Core Package | ||
|
||
This package is an extension of the core [xml-disassembler](https://github.com/mcarvin8/xml2-disassembler). For core XML disassembly/reassembly issues, please fork and raise PRs in that repo. Ensure this package is updated to use the latest xml-disassembler. |
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