Skip to content

Commit 6d78ecf

Browse files
Fill replace-mes
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
1 parent 3f1ed52 commit 6d78ecf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ In general, contributors should develop on branches based off of `main` and pull
1111
## Submitting a pull request
1212

1313
1. Please read our [code of conduct](CODE-OF-CONDUCT.md) and [license](LICENSE.txt).
14-
1. [Fork](https://github.com/qualcomm/<REPLACE-ME>/fork) and clone the repository.
14+
1. [Fork](https://github.com/qualcomm-linux/docker_deb_build/fork) and clone the repository.
1515

1616
```bash
17-
git clone https://github.com/<username>/<REPLACE-ME>.git
17+
git clone https://github.com/qualcomm-linux/docker_deb_build.git
1818
```
1919

2020
1. Create a new branch based on `main`:
@@ -26,7 +26,7 @@ In general, contributors should develop on branches based off of `main` and pull
2626
1. Create an upstream `remote` to make it easier to keep your branches up-to-date:
2727

2828
```bash
29-
git remote add upstream https://github.com/qualcomm/<REPLACE-ME>.git
29+
git remote add upstream https://github.com/qualcomm-linux/docker_deb_build.git
3030
```
3131

3232
1. Make your changes, add tests, and make sure the tests still pass.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ How to Report a Potential Vulnerability?
33

44
If you would like to report a public issue (for example, one with a released
55
CVE number), please report it as a
6-
[GitHub issue](https://github.com/qualcomm/REPLACE-ME/issues/new).
6+
[GitHub issue](https://github.com/qualcomm-linux/docker_deb_build/issues/new).
77
If you have a patch ready, submit it following the same procedure as any
88
other patch as described in [CONTRIBUTING.md](CONTRIBUTING.md).
99

0 commit comments

Comments
 (0)