Skip to content

Commit a4f4f2f

Browse files
authored
Merge pull request #91 from infraspecdev/update-readme
update Readme.md
2 parents b4ffe64 + 31f9c06 commit a4f4f2f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ To run this website locally, you will need to have the following software instal
2424
3. Run the website locally: `hugo server`
2525
4. View the website in your browser at `http://localhost:1313`
2626
27+
### Steps to raise PR for adding profile to infraspec team
28+
29+
1. clone the git repo (use this command:- `git clone https://github.com/infraspecdev/infraspec.dev.git` )
30+
31+
2. make new branch of your name (git branch ashok-profile)
32+
33+
3. checkout to that branch ( git checkout ashok-profile)
34+
35+
4. create ashok.md file in content/team
36+
37+
5. upload your image in static/images/team
38+
39+
6. do git commit ( git commit -m "add ashok's profile to team")
40+
41+
7. (git push -u origin ashok-profile)
42+
2743
## Contributions
2844
2945
Contributions are welcome! If you have any suggestions or find any bugs, please open an issue or create a pull request.

0 commit comments

Comments
 (0)