]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Misc wording fixes, while learning how to test/contribute (#5727)
authorMats Blomdahl <mats.blomdahl@gmail.com>
Wed, 5 Apr 2023 06:51:38 +0000 (08:51 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 06:51:38 +0000 (08:51 +0200)
* Misc wording fixes, while learning how to test/contribute

- Remove duplicate discrimination topic in Code of Conduct
- Correct capitalization of some brands (PeerTube, GitHub)
- Replace `npm` with `yarn`, for additional consistency

* Revert `yarn` to `npm run` per PR #5727 comment

* Remove note on how to start Redis on Windows/WSL

.github/CONTRIBUTING.md
CODE_OF_CONDUCT.md

index c5e62e44d94ebf3a6a95446c4f2d57358f36de45..7cc753b1a587624dc4264c7157d882daac574b8b 100644 (file)
@@ -88,7 +88,7 @@ First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead
 [the steps](/support/doc/dependencies.md)
 to install the dependencies.
 1) Install [parallel](https://www.gnu.org/software/parallel/) to be able to run tests.
-1) Fork the Github repository.
+1) Fork the GitHub repository.
 1) Run the following commands.
 ```
 git clone https://github.com/Chocobozzz/PeerTube
@@ -98,7 +98,7 @@ yarn install --pure-lockfile
 ```
 
 Note that development is done on the `develop` branch. If you want to hack on
-Peertube, you should switch to that branch. Also note that you have to repeat
+PeerTube, you should switch to that branch. Also note that you have to repeat
 the `yarn install --pure-lockfile` command.
 
 When you create a new branch you should also tell to use your repo for upload
@@ -125,7 +125,7 @@ sudo -u postgres psql -c "CREATE EXTENSION pg_trgm;" peertube_dev
 sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_dev
 ```
 
-Peertube also requires a running redis server, no special setup is needed for
+PeerTube also requires a running redis server, no special setup is needed for
 this.
 
 In dev mode, administrator username is **root** and password is **test**.
@@ -278,7 +278,7 @@ You can see the list on the [dedicated documentation](/support/doc/development/l
 
 ### CI
 
-PeerTube uses Github actions to run tests every time a commit is pushed or a PR is opened.
+PeerTube uses GitHub actions to run tests every time a commit is pushed or a PR is opened.
 You can find more information about these tasks on the [dedicated documentation](/support/doc/development/ci.md).
 
 ### Monitoring
@@ -288,11 +288,11 @@ To do so, see the [dedicated documentation](/support/doc/development/monitoring.
 
 ### Test live stream
 
-To easily test a live on PeerTube:
+To easily test a live stream on PeerTube:
  * Enable live support in web admin configuration
  * Create a permanent live on the PeerTube instance
  * Get the **RTMP URL** and the **Live stream key**
- * Send the live to PeerTube using `ffmpeg` using a local video:
+ * Send the live stream to PeerTube using `ffmpeg` using a local video:
 
 ```
 ffmpeg -stream_loop -1 -re -i any-video.mp4 -c copy -f flv rtmp://{RTMP URL}/live/{STREAM KEY}
index d8056773ee11cfeb2fe43c60a87558c4e04bf66a..9bb878457881455f62019e2cda3a92a5a55594b8 100644 (file)
@@ -7,7 +7,6 @@ In order to create an open and welcoming environment, we as contributors and mai
 * age
 * body size
 * disability
-* ethnicity
 * gender identity and expression
 * level of experience
 * education
@@ -63,7 +62,7 @@ We also reserve the right to temporarily or permanently ban any contributor for
 
 ## Scope
 
-This code of conduct applies whenever you are representing the project or community. For example you may be:
+This code of conduct applies whenever you are representing the project or community. For example, you may be:
 
 * working in a project space online or in the public (i.e.: github.com, framacolibri.org, IRC)
 * using an official project email address