Skip to content

Commit df7f71e

Browse files
committed
improve README.md
1 parent 31e5e20 commit df7f71e

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,14 @@ 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)
27+
### Adding yourselves to the team
28+
29+
1. Clone the repository (use this command:- `git clone https://github.com/infraspecdev/infraspec.dev.git` )
30+
2. Create `<yourfirstname>.md`(change to `your-first-second-name.md` in case of conflict) file in `content/team`.
31+
3. Add your image in `static/images/team`. Ensure that you use a faceshot and image is not too large(< 2MB).
32+
4. Push changes in a branch
33+
5. See Netlify preview to check if everything is working as expected
34+
6. Get PR merged.
4235
4336
## Contributions
4437

0 commit comments

Comments
 (0)