From 74703681376b3460ace50ed4e1a84f1c2022ddeb Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:41:50 -0500 Subject: [PATCH] fix issues with README and contributing guidelines (#33) --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a98d79..295493d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for considering contributing to the 2FAS open source project. Your sup ## Reporting Bugs -Before you submit a bug report, please search the [existing issues](https://github.com/twofas/2fas-api/issues) to see if the problem has already been reported. If it has, please add any additional information you have to the existing issue. +Before you submit a bug report, please search the [existing issues](https://github.com/twofas/2fas-server/issues) to see if the problem has already been reported. If it has, please add any additional information you have to the existing issue. If you can't find an existing issue for your problem, please open a new issue and include the following information: @@ -22,7 +22,7 @@ We welcome code contributions to the 2FAS API Server project. If you are interes 3. Create a new branch for your changes (e.g. `feature/new-login-endpoint`) 4. Make your changes and commit them to your branch 5. Push your branch to your fork on GitHub -6. Open a pull request from your branch to the `develop` branch of this repository +6. Open a pull request from your branch to the `main` branch of this repository Please make sure your pull request includes the following: diff --git a/README.md b/README.md index cdc4184..16407c3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This is the official server-side API for the Open Source 2FAS project. ## Bug Reporting -We use GitHub for bug reports. Please visit the [2FAS Server API issues page](https://github.com/twofas/2fas-api/issues) to search for and report any bugs you may have found. Before adding a new issue, please search for existing issues to avoid duplicates. +We use GitHub for bug reports. Please visit the [2FAS Server API issues page](https://github.com/twofas/2fas-server/issues) to search for and report any bugs you may have found. Before adding a new issue, please search for existing issues to avoid duplicates. For reporting security issues only, please send a detailed description of the vulnerability to security@2fas.com. Do not use this address for general inquiries or bug reports unrelated to security concerns. @@ -28,7 +28,7 @@ We welcome contributions to the Open Source 2FAS project. If you would like to c 2. Create a new branch for your changes. 3. Make your changes. 4. Commit your changes and push them to your fork. -5. Create a new pull request from your fork to the `master` branch of the main repository. +5. Create a new pull request from your fork to the `main` branch of the main repository. We will review your pull request and, if it is approved, merge it into the main codebase.