Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to <REPLACE-ME>
# Contributing to pkg-camera-service

Hi there!
We’re thrilled that you’d like to contribute to this project.
Expand All @@ -11,10 +11,10 @@ Development happens directly on branch main. Open a PR targeting main
## Submitting a pull request

1. Please read our [code of conduct](CODE-OF-CONDUCT.md) and [license](LICENSE.txt).
1. [Fork](https://github.com/qualcomm-linux/pkg-template/fork) and clone the repository.
1. [Fork](https://github.com/qualcomm-linux/pkg-camera-service/fork) and clone the repository.

```bash
git clone https://github.com/qualcomm-linux/pkg-template.git
git clone https://github.com/qualcomm-linux/pkg-camera-service.git
```

1. Create a new branch based on `main`:
Expand All @@ -26,7 +26,7 @@ Development happens directly on branch main. Open a PR targeting main
1. Create an upstream `remote` to make it easier to keep your branches up-to-date:

```bash
git remote add upstream https://github.com/qualcomm/<REPLACE-ME>.git
git remote add upstream https://github.com/qualcomm-linux/pkg-camera-service.git
```

1. Make your changes, add tests, and make sure the tests still pass.
Expand All @@ -50,7 +50,7 @@ Development happens directly on branch main. Open a PR targeting main

The `-u` is shorthand for `--set-upstream`. This will set up the tracking reference so subsequent runs of `git push` or `git pull` can omit the remote and branch.

1. [Submit a pull request](https://github.com/qualcomm/<REPLACE-ME>/pulls) from your branch to `main`.
1. [Submit a pull request](https://github.com/qualcomm-linux/pkg-camera-service/pulls) from your branch to `main`.
1. Pat yourself on the back and wait for your pull request to be reviewed.

## Security Analysis of Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to Report a Potential Vulnerability?

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

Expand Down
Loading