File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed
Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,14 @@ To run this website locally, you will need to have the following software instal
24243. Run the website locally: `hugo server`
25254. 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
You can’t perform that action at this time.
0 commit comments