fix issues with README and contributing guidelines (#33)

This commit is contained in:
KobeW50 2024-03-08 12:41:50 -05:00 committed by Tobiasz Heller
parent e6947aa509
commit 7470368137
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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.