From f46432afe929965f1ffca8a51b3250603392a3f2 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Tue, 19 Apr 2022 22:10:14 +0200 Subject: [PATCH] fix: CONTRIBUTING with project name --- CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f450293..5d9c5acb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,17 +1,17 @@ -# Contributing to [PROJECT'S NAME] +# Contributing to InterPlanetaryCloud ## Create an issue -- If you've encountered a bug, open a [Bug Report](https://github.com/PoCInnovation/$REPOSITORY/issues/new?assignees=&labels=&template=bug_report.md&title=). -- If you want [PROJECT'S NAME] to have a new fonctionality, open a [Feature Request](https://github.com/PoCInnovation/$REPOSITORY/issues/new?assignees=&labels=&template=feature_request.md&title=). +- If you've encountered a bug, open a [Bug Report](https://github.com/PoCInnovation/InterPlanetaryCloud/issues/new?assignees=&labels=&template=bug_report.md&title=). +- If you want InterPlanetaryCloud to have a new fonctionality, open a [Feature Request](https://github.com/PoCInnovation/InterPlanetaryCloud/issues/new?assignees=&labels=&template=feature_request.md&title=). ## Resolve an issue -Select an [issue](https://github.com/PoCInnovation/$REPOSITORY/issues) that you want to resolve. +Select an [issue](https://github.com/PoCInnovation/InterPlanetaryCloud/issues) that you want to resolve. The recommended workflow is to fork this repository and open pull requests from your fork. -### 1. Fork, clone & configure [PROJECT'S NAME] upstream +### 1. Fork, clone & configure InterPlanetaryCloud upstream - Click on the _Fork_ button on GitHub - Clone the original repository @@ -19,10 +19,10 @@ The recommended workflow is to fork this repository and open pull requests from ```sh # Clone original repository -git clone git@github.com:PoCInnovation/$REPOSITORY.git +git clone git@github.com:PoCInnovation/InterPlanetaryCloud.git # Add your fork as a remove -git remote add https://github.com/$YOUR_GITHUB_USER/$REPOSITORY.git +git remote add https://github.com/$YOUR_GITHUB_USER/InterPlanetaryCloud.git ``` ### 2. Create a pull request @@ -40,7 +40,7 @@ git commit -s # Push your new branch git push -# Create a new pull request from https://github.com/PoCInnovation/$REPOSITORY/pulls +# Create a new pull request from https://github.com/PoCInnovation/InterPlanetaryCloud/pulls ``` ### 3. Update your pull request with latest changes