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
* Remove fakes3 instructions
* Amend BLOCKING to allow for documentation fixes... as long as it's not code related I don't see an issue with fixing typos or adding new .user.js engines since it's more or less like a wiki.
Post #1520
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,7 @@ This project uses [editor config](http://editorconfig.org/), please make sure to
27
27
#### Installation
28
28
29
29
1. Follow the forking instructions above to get a local copy of the project, or simply retrieve the code [as a ZIP](https://github.com/OpenUserJs/OpenUserJS.org/archive/master.zip) and extract it somewhere.
30
-
2. If not already installed, install Ruby:
31
-
***Linux:** Run `sudo apt-get install ruby` (or similar for your package manager)
32
-
***Mac:** Use [Homebrew](http://brew.sh/) and [RubyGems](https://rubygems.org/)
33
-
***Windows:** Use [RubyInstaller](http://rubyinstaller.org/)
34
-
3. If not already installed, install bundler by running `sudo gem install bundler`
35
-
4. Navigate to the project directory and run `npm install` to install the dependencies defined within [package.json](https://github.com/OpenUserJs/OpenUserJS.org/blob/master/package.json) and [Gemfile](https://github.com/OpenUserJs/OpenUserJS.org/blob/master/Gemfile)
30
+
2. Navigate to the project directory and run `npm install` to install the dependencies defined within [package.json](https://github.com/OpenUserJs/OpenUserJS.org/blob/master/package.json).
36
31
37
32
#### Configuration
38
33
@@ -47,8 +42,7 @@ This project uses [editor config](http://editorconfig.org/), please make sure to
47
42
48
43
**NOTE:** You may set the app to listen on a specific port by setting a `PORT` environment variable. Additionally, if your application instance will not be accessible at either http://localhost:8080 or http://localhost:<PORT> you should set the `AUTH_CALLBACK_BASE_URL` environment variable to the root (e.g. http://myserver.local:8080)
49
44
50
-
1. Open a terminal, navigate to the root of the OpenUserJS.org project, and run `dev/fakes3.sh`. Windows users will need to run the script commands manually.
51
-
2. Open another terminal, navigate to the root of the OpenUserJS.org project, and run `npm start`
45
+
1. Open a terminal, navigate to the root of the OpenUserJS.org project, and run `npm start`
52
46
53
47
54
48
### Pull Request Process
@@ -77,7 +71,7 @@ To contribute code to OpenUserJS.org the following process should generally be u
77
71
The following is a brief list of **some** of the labels used on the project and is used to establish teamwork. Not everyone has permission to set these and usually will be set by someone, unless expressly prohibited, either when an Issue or Pull Request *(PR)* is created or after an Issue is reported:
78
72
79
73
##### BLOCKING
80
-
Only the establishing owner and in extreme cases the active maintainer of the project may add this. Removal is done by the establishing owner. Recommendations by other contributors and collaborators are always accepted to have this put on or removed. This label means that merging unrelated or non-bug fix PRs will be put on hold until this label has been removed.
74
+
Only the establishing owner and in extreme cases the active maintainer of the project may add this. Removal is done by the establishing owner. Recommendations by other contributors and collaborators are always accepted to have this put on or removed. This label means that merging unrelated or non-bug fix PRs will be put on hold until this label has been removed. Documentation fixes are always welcome by the Active Maintainer.
0 commit comments