Skip to content

Commit 084c8df

Browse files
author
smzeng
committed
added hi tea img
2 parents e505941 + a0d03cb commit 084c8df

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# [siggraph website](https://acm-uiuc.github.io/siggraph/)
2+
The ACM-UIUC SIGGraph Website
23

3-
Create-react-app + Bootstrap v4
4+
(Create-react-app + Bootstrap v4)
5+
6+
## Contributing
7+
To contribute to the site, you must be a part of SIGGraph UIUC:
8+
1. Make changes to https://github.com/SIGGraph-UIUC/siggraph, a fork of the original acm-uiuc repository
9+
2. Test those changes via `$ yarn run start` which creates a local development server
10+
3. Use a Pull Request to merge those changes to the master branch
11+
4. Upon approval, have someone run
12+
```
13+
$ git checkout master
14+
$ git pull
15+
$ yarn run deploy
16+
```
17+
They should then check that the deployment at https://siggraph-uiuc.github.io/siggraph looks correct.
18+
5. Finally, you can make a PR from the fork to the original repository

0 commit comments

Comments
 (0)