diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fff66253..a3367111 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,10 +4,10 @@ We value your participation in this open source project. This page will give you You can contribute to the project in any or all of the following ways: -- [Ask a question](https://github.com/foss42/api-dash/discussions) -- [Submit a bug report](https://github.com/foss42/api-dash/issues/new/choose) -- [Request a new feature](https://github.com/foss42/api-dash/issues/new/choose) -- [Suggest ways to improve the developer experience of an existing feature](https://github.com/foss42/api-dash/issues/new/choose) +- [Ask a question](https://github.com/foss42/apidash/discussions) +- [Submit a bug report](https://github.com/foss42/apidash/issues/new/choose) +- [Request a new feature](https://github.com/foss42/apidash/issues/new/choose) +- [Suggest ways to improve the developer experience of an existing feature](https://github.com/foss42/apidash/issues/new/choose) - Add documentation - Add a new feature, resolve an existing issue or add a new test to the project. (Goto [Code Contribution Guidelines](#code-contribution-guidelines)). @@ -27,11 +27,11 @@ We currently do not accept PRs that involve: ### Resolving an existing issue / Adding a requested feature -You can find all existing issues [here](https://github.com/foss42/api-dash/issues). A good place to start is to take a look at ["good first issues"](https://github.com/foss42/api-dash/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). +You can find all existing issues [here](https://github.com/foss42/apidash/issues). A good place to start is to take a look at ["good first issues"](https://github.com/foss42/apidash/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). **Step 1** - Identify the issue you want to work on. **Step 2** - Comment on the issue so that we can discuss how to approach and solve the problem. -**Step 3** - Fork the [`foss42/api-dash`](https://github.com/foss42/api-dash) repo to your account. +**Step 3** - Fork the [`foss42/apidash`](https://github.com/foss42/apidash) repo to your account. **Step 4** - Create a new branch in your fork and name it `add-feature-xyz` or `resolve-issue-xyz`. **Step 5** - Run API Dash locally (More details [here](#how-to-run-api-dash-locally)). **Step 6** - Make code changes in the branch. @@ -41,8 +41,8 @@ You can find all existing issues [here](https://github.com/foss42/api-dash/issue ### Adding a new feature -**Step 1** - Open an [issue](https://github.com/foss42/api-dash/issues/new/choose) so that we can discuss on the new feature. -**Step 2** - Fork the [`foss42/api-dash`](https://github.com/foss42/api-dash) repo to your account. +**Step 1** - Open an [issue](https://github.com/foss42/apidash/issues/new/choose) so that we can discuss on the new feature. +**Step 2** - Fork the [`foss42/apidash`](https://github.com/foss42/apidash) repo to your account. **Step 3** - Create a new branch in your fork and name it `add-feature-xyz`. **Step 4** - Run API Dash locally (More details [here](#how-to-run-api-dash-locally)). **Step 5** - Make the necessary code changes required to implement the feature in the branch. @@ -61,7 +61,7 @@ You can contribute by adding missing/new tests for: - Services (`lib/services/`). **Step 1** - Identify the test you want to add or improve. -**Step 2** - Fork the [`foss42/api-dash`](https://github.com/foss42/api-dash) repo to your account. +**Step 2** - Fork the [`foss42/apidash`](https://github.com/foss42/apidash) repo to your account. **Step 3** - Create a new branch in your fork and name it `add-test-xyz`. **Step 4** - Add the test to an existing test file or create a new test file in the `test` folder. **Step 5** - Run the tests locally (More details [here](#how-to-run-tests)). @@ -127,7 +127,6 @@ $ flutter doctor -v ``` flutter run --enable-experiment=records ``` -**Note**: In case you encounter an invalid Dart Package name error on your first run, rename the project's folder name from "api-dash" to "apidash" and re-run. ### How to run tests? diff --git a/INSTALLATION.md b/INSTALLATION.md index 496a4009..5bffd9fa 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -1,13 +1,13 @@ # Installation Instructions ## Windows -Download the latest Windows Installer (64 bit) from [here](https://github.com/foss42/api-dash/releases/latest) +Download the latest Windows Installer (64 bit) from [here](https://github.com/foss42/apidash/releases/latest) To install it, simply double click on the installer and follow the step by step installation wizard. ## MacOS -Download the latest MacOS Installer (Universal - Intel and Apple Silicon) from [here](https://github.com/foss42/api-dash/releases/latest) +Download the latest MacOS Installer (Universal - Intel and Apple Silicon) from [here](https://github.com/foss42/apidash/releases/latest) **As this app is distributed outside the App Store you have to follow the following instructions to setup and run it only for the first time.** @@ -46,7 +46,7 @@ Note: The next step has to be performed twice so that macOS adds the app to whit ### Debian-based Linux Distributions (Debian, Ubuntu, Linux Mint, etc.) -Download the `.deb` file from the [latest release](https://github.com/foss42/api-dash/releases/latest) corresponding to you CPU architecture (x64/amd64 or arm64). +Download the `.deb` file from the [latest release](https://github.com/foss42/apidash/releases/latest) corresponding to you CPU architecture (x64/amd64 or arm64). `cd` to the Downloads folder and execute the following command to install API Dash. @@ -64,7 +64,7 @@ Launch API Dash via `apidash` command or by clicking on the API Dash app icon. ### Red Hat-based Linux Distributions (Fedora, Rocky, AlmaLinux, CentOS, RHEL, etc.) -Download the `.rpm` file from the [latest release](https://github.com/foss42/api-dash/releases/latest) corresponding to you CPU architecture (x86_64 or aarch64/arm64). +Download the `.rpm` file from the [latest release](https://github.com/foss42/apidash/releases/latest) corresponding to you CPU architecture (x86_64 or aarch64/arm64). `cd` to the Downloads folder and execute the following command to install API Dash. diff --git a/README.md b/README.md index 61ac7f01..fc6cbfba 100644 --- a/README.md +++ b/README.md @@ -23,21 +23,21 @@ API Dash can be downloaded from the links below:
.dmg
.exe
.deb
.rpm