Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #3306

Merged
merged 2 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Fix typos in md files in .github
  • Loading branch information
GitHubPang committed Dec 6, 2020
commit de0e6a3f970f1ae7c808dd0564e268fd9516f481
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Delete this line and everything above, and then fill in the details below.
<WinForms/WPF/OffScreen>

- **What steps will reproduce the problem?**
- Please provide detailed information here, enough for someone else to reprodce your problem.
- Please provide detailed information here, enough for someone else to reproduce your problem.
- Does the problem reproduce using the [MinimalExample](https://github.com/cefsharp/CefSharp.MinimalExample)?
- If code is required to reproduce your problem then please provide one of the following
- Fork the [MinimalExample](https://github.com/cefsharp/CefSharp.MinimalExample) and push your changes to `GitHub` (this is the preferred option).
- Use a code sharing service list `Gist` or `Pastebin`
- Paste your **formatted code as part of this issue** (only do this for small amounts of code and make sure you **format the code so it's reabily**)
- Paste your **formatted code as part of this issue** (only do this for small amounts of code and make sure you **format the code so it's readable**)
- Please no binary attachments (zip, 7z, etc), code needs to be easily reviewed in a web browser.

- **What is the expected output? What do you see instead?**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please use one of the following to ask your questions:

---

`CefSharp` is a wrapper around the [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef/overview) in a lot of cases a feature must be added to `CEF` first before it can be used in `CefSharp`. `CEF` has it's own `Feature Request Forum` at https://magpcss.org/ceforum/viewforum.php?f=7
`CefSharp` is a wrapper around the [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef/overview) in a lot of cases a feature must be added to `CEF` first before it can be used in `CefSharp`. `CEF` has its own `Feature Request Forum` at https://magpcss.org/ceforum/viewforum.php?f=7

---

Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- e.g. I have added a new feature to the Javascript Binding implementation

**Changes:** [specify the structures changed]
- e.g. I have modified the Javascript Bindign Implementation
- e.g. I have modified the Javascript Binding Implementation
- Added support for Async binding to return Task<T>
- Added new QUnit Test cases

Expand Down