You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Welcome
4
4
5
-
This project is a part of [Web Development learning class](https://hattifnatt4r.github.io/sd). It is designed to help learn ReactJS, Python APIs, Database basics and more.
5
+
This project is a part of [Web Development learning class](https://hattifnatt4r.github.io/sd). It is designed to help learn Git, HTML, CSS, JavaScript.
6
6
7
7
See our Discord server for details (https://discord.gg/wAMEqRMbdm), or meet us in person at the Cambridge Public Library.
8
8
@@ -11,23 +11,24 @@ Please contact organizers through Discord or email if you're an experienced deve
11
11
12
12
See README.md for the details about the app.
13
13
14
-
# Contribution workflow
14
+
###Contribution workflow
15
15
16
-
### Environment setup
17
-
18
-
* Fork this repository
19
-
* Clone it locally
20
-
* Double-click index.html file on your computer, it will open the web page in browser
21
-
* Add the original repo as upstream
22
-
* Create a new branch
23
-
* Make your changes in the branch. Commit and push
24
-
* Sync with upstream. Resolve conflicts if any
25
-
* Push and create a pull request
16
+
* Make sure you're a member of https://github.com/cambridge-devclass
17
+
* Clone this repository to your local machine.
18
+
* Run the app locally: <br>
19
+
Double-click index.html file on your computer, it will open the web page in browser.
20
+
* Create a new branch from "main". Checkout to your branch.
21
+
* Make your changes, commit.
22
+
* Rebase your branch against the "main". Resolve conflicts if any. Push changes to your remote branch.
23
+
* Create a pull request on GitHub to merge changes from your branch to master.
26
24
27
25
(We’ll cover the details during class.)
28
26
29
27
### Deployment
30
28
31
-
When your pull request is merged, GitHub pages will update automatically in a few minutes.
32
-
See the link in README.md.
29
+
We're using GitHub pages for this project.
30
+
When your pull request is merged, the app will be updated automatically in a few minutes. URL: https://cambridge-devclass.github.io/welcome--js
31
+
32
+
You can see deployment status in https://github.com/cambridge-devclass/welcome--js/deployments
0 commit comments