Skip to content

Commit 3bca230

Browse files
authored
Add contribution guidelines
1 parent d75a0ba commit 3bca230

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CONTRIBUTING.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contributing
2+
3+
Thank you for considering to contribute to `vuejs-tailwindcss-portfolio` 💖
4+
5+
Please note that this project is released with a [Code of Conduct](https://github.com/realstoman/vuejs-tailwindcss-portfolio/blob/main/CODE_OF_CONDUCT.md). By participating you agree to abide by its terms.
6+
7+
## Setup
8+
9+
### Fork this repo
10+
11+
```
12+
Visit: https://github.com/realstoman/vuejs-tailwindcss-portfolio.git
13+
```
14+
15+
```
16+
brew install node
17+
```
18+
19+
### Check the issues section if there are already issues and see if you can fix them
20+
21+
```
22+
[https://github.com/realstoman/vuejs-tailwindcss-portfolio.git](https://github.com/realstoman/vuejs-tailwindcss-portfolio/issues)
23+
```
24+
25+
### If the issue is new, add the code to the fork of the repository and then create a pull request
26+
27+
### Add Feat or Fix to the pull request title so maintainer understand what this issue is

0 commit comments

Comments
 (0)