Skip to content

Commit f69cd69

Browse files
author
Visser
committed
Added Contribute section to the readme and wiki.
1 parent f81ca59 commit f69cd69

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ Want custom [keybindings](https://github.com/Dickurt/vscode-php-formatter/wiki/C
2323

2424
## Troubleshooting
2525

26-
Set up the extension, but can't get it to work? Check the [Troubleshooting](https://github.com/Dickurt/vscode-php-formatter/wiki/Troubleshooting) section.
26+
Set up the extension, but can't get it to work? Check the [Troubleshooting](https://github.com/Dickurt/vscode-php-formatter/wiki/Troubleshooting) section.
27+
28+
## Contribute
29+
30+
Want to add a feature or fix an error? Follow the [Contribute](https://github.com/Dickurt/vscode-php-formatter/wiki/Contribute) section on the wiki to get started.

wiki/Contribute.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Want to add a feature or fix an error? You've come to the right place!
2+
3+
**Getting started**
4+
5+
1. Clone the project to your system's VSCode extension folder.
6+
2. Open a terminal in the cloned folder.
7+
3. Run `npm install`
8+
4. Run `npm postinstall`
9+
5. Run `npm run-script build` to build your code, or run `npm run-script watch` to automatically build when a file changes.
10+
6. **Done!**

0 commit comments

Comments
 (0)