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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Contributing to Expressjs.com
2
2
3
-
### The Official Documentation of the Express JS Framework
3
+
### The Official Documentation of the Express.js Framework
4
4
5
5
This is the contribution documentation for the [expressjs.com](https://github.com/expressjs/expressjs.com) website.
6
6
7
7
>[!NOTE]
8
-
> This is not the repo for Express JS framework. To contribute to the _[Express JS framework](https://github.com/expressjs/express_)_, check out the [Github repo contributing page](https://github.com/expressjs/express/blob/master/Contributing.md) or the website's [Contributing to Express](https://expressjs.com/en/resources/contributing.html) page.
8
+
> This is not the repo for Express.js framework. To contribute to the _[Express.js framework](https://github.com/expressjs/express)_, check out the [GitHub repo contributing page](https://github.com/expressjs/express?tab=contributing-ov-file) or the website's [Contributing to Express](https://expressjs.com/en/resources/contributing.html) page.
9
9
10
10
11
11
#### Need some ideas? These are some typical issues.
@@ -20,7 +20,7 @@ This is the contribution documentation for the [expressjs.com](https://github.co
20
20
21
21
2.**Content Issues**: Fix anything related to site content or typos.
22
22
- Spelling errors
23
-
- Incorrect/outdated Express JS documentation
23
+
- Incorrect/outdated Express.js documentation
24
24
- Missing content
25
25
26
26
3.**Translation Issues**: Fix any translation errors or contribute new content.
@@ -37,7 +37,7 @@ We often have bugs or enhancements that need work. You can find these under our
37
37
If you've found a bug or a typo, or if you have an idea for an enhancement, you can:
38
38
- Submit a [new issue](https://github.com/expressjs/expressjs.com/issues/new/choose) on our repo. Do this for larger proposals, or if you'd like to discuss or get feedback first.
39
39
40
-
- Make a [Github pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). If you have already done work and it's ready to go, feel free to send it our way.
40
+
- Make a [GitHub pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). If you have already done work, and it's ready to go, feel free to send it our way.
41
41
42
42
## Getting Started
43
43
@@ -50,7 +50,7 @@ So you've found a problem that you want to fix, or have a site enhancement you w
50
50
- For submissions proposing minor improvements or corrections, this is not needed. You can skip this step.
51
51
- When opening an issue please give it a title and fill in the description section. The more details you provide, the more feedback we can give.
52
52
53
-
2. After receiving your issue the Express JS documentation team will respond with feedback. We read every submission and always try to respond quickly with feedback.
53
+
2. After receiving your issue the Express.js documentation team will respond with feedback. We read every submission and always try to respond quickly with feedback.
54
54
- For submissions proposing significant change, we encourage you to follow the review process before starting work.
55
55
56
56
#### Step 2: Get the Application Code Base
@@ -85,7 +85,7 @@ follow the specific instructions for [How to write a blog post.](https://express
85
85
**CSS or Javascript**
86
86
- All css and js files are kept in `css` and `js` folders on the project root.
87
87
88
-
The Express JS website is built using [Jekyll](https://jekyllrb.com/) and is hosted on [Github Pages](https://pages.github.com/).
88
+
The Express.js website is built using [Jekyll](https://jekyllrb.com/) and is hosted on [GitHub Pages](https://pages.github.com/).
89
89
90
90
#### Step 3: Running the Application
91
91
@@ -97,10 +97,10 @@ Now you'll need a way to see your changes, which means you'll need a running ver
97
97
1.__Run Locally__: This gets the local version of the application up and running on your machine. Follow our [Local Setup Guide](https://github.com/expressjs/expressjs.com?tab=readme-ov-file#build-the-website-locally) to use this option.
98
98
- This is the recommended option for moderate to complex work.
99
99
100
-
2.__Run using Deploy Preview__: Use this option if you don't want to bother with a local installation. Part of our continuous integration pipeline includes [Netlify Deploy Preview](https://docs.netlify.com/site-deploys/deploy-previews/).
100
+
2.__Run using Deploy Preview__: Use this option if you don't want to bother with a local installation. Part of our continuous integration pipeline includes [Netlify Deploy Preview](https://docs.netlify.com/deploy/deploy-types/deploy-previews/).
101
101
1. To use this you'll need to get your changes online - after you've made your first commit on your feature branch, make a *draft* pull request.
102
102
2. After the build steps are complete, you'll have access to a __Deploy Preview__ tab that will run your changes on the web, rebuilding after each commit is pushed.
103
-
3. After you are completely done your work and it's ready for review, remove the draft status on your pull request and submit your work.
103
+
3. After you are completely done your work, and it's ready for review, remove the draft status on your pull request and submit your work.
104
104
105
105
## Contributing translations
106
106
@@ -122,5 +122,5 @@ The documentation is translated into these languages:
122
122
### How to translate
123
123
124
124
1. Request to join the Express.js Website project on [Crowdin](https://express.crowdin.com/website)
125
-
2.[Select the language you want to translate](https://support.crowdin.com/joining-translation-project/#starting-translation)
125
+
2.[Select the language you want to translate](https://support.crowdin.com/for-translators/#starting-translation)
0 commit comments