Skip to content

Commit

Permalink
fixed-typographical-errors (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
saifhasan14 authored Jan 8, 2025
1 parent 7860833 commit 9f24233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Report broken websites using the "Report Broken Site" link on the extension popu

# Reporting bugs

1. First check to see if the bug has not already been [reported](https://github.com/duckduckgo/duckduckgo-privacy-extension/issues).
1. First, check to see if the bug has not already been [reported](https://github.com/duckduckgo/duckduckgo-privacy-extension/issues).
2. Create a bug report [issue](https://github.com/duckduckgo/duckduckgo-privacy-extension/issues/new?template=bug_report.md).

# Feature requests
Expand All @@ -23,7 +23,7 @@ Right now all new feature development is handled internally.

## Bug fixes

Most bug fixes are handled internally, but we will except pull requests for bug fixes if you first:
Most bug fixes are handled internally, but we will accept pull requests for bug fixes if you first:
1. Create an issue describing the bug. see [Reporting bugs](CONTRIBUTING.md#reporting-bugs)
2. Get approval from DDG staff before working on it. Since most bug fixes and feature development are handled internally, we want to make sure that your work doesn't conflict with any current projects.

Expand Down Expand Up @@ -55,7 +55,7 @@ Note: Development builds of the extension have a few differences from the releas

#### Release builds

- Release builds can be produced in much the same was as the development builds, but by using the `npm run release-chrome` and `npm run release-firefox` commands.
- Release builds can be generated in a manner similar to development builds. However, instead of the development build commands, the `npm run release-chrome` and `npm run release-firefox` commands should be used.
- These builds are stored in the `build/chrome/release` and `build/firefox/release` directories respectively.

### Updating or testing config
Expand Down

0 comments on commit 9f24233

Please sign in to comment.