Skip to content

Commit

Permalink
Merge pull request #373 from jamietre/default-branch-rename
Browse files Browse the repository at this point in the history
doc updates for #372
  • Loading branch information
jamietre committed Mar 9, 2021
2 parents 294061b + e68b532 commit 1d957a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ assignees: ''

<!--
Have you read ImageMapster's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/imagemapster/CODE_OF_CONDUCT.md
Have you read ImageMapster's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/jamietre/ImageMapster/blob/main/CODE_OF_CONDUCT.md
Have you read ImageMapster's Contributing guidelines? If not, please review them before filing an issue https://github.com/imagemapster/CONTRIBUTING.md
Have you read ImageMapster's Contributing guidelines? If not, please review them before filing an issue https://github.com/jamietre/ImageMapster/blob/main/CONTRIBUTING.md
Do you want to ask a question? Are you looking for support? StackOverflow with the imagemapster tag is the best place for getting support: https://stackoverflow.com/questions/tagged/imagemapster
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Guidelines for bug reports:

1. **Lint your code** &mdash; Use [eslint](http://eslint.org/) to ensure your problem isn't caused by a simple error in your own code.
1. **Use the GitHub issue search** &mdash; check if the issue has already been reported.
1. **Check if the issue has been fixed** &mdash; try to reproduce it using the latest `master` or development branch in the repository.
1. **Check if the issue has been fixed** &mdash; try to reproduce it using the latest `main` or development branch in the repository.
1. **Isolate the problem** &mdash; ideally create a [reduced test case](https://css-tricks.com/reduced-test-cases/) and a [live example](https://jsfiddle.net).

A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What browser(s) and OS experience the problem? Do other browsers show the bug differently? What would you expect to be the outcome? All these details will help people to fix any potential bugs.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ImageMapster: A jQuery Plugin to make image maps useful

[![license](https://img.shields.io/github/license/jamietre/ImageMapster)](https://github.com/jamietre/ImageMapster/blob/master/LICENSE)
[![license](https://img.shields.io/github/license/jamietre/ImageMapster)](LICENSE)
[![gh stable](https://img.shields.io/github/v/release/jamietre/imagemapster?sort=semver&label=stable)](https://GitHub.com/jamietre/ImageMapster/releases/)
[![gh latest](https://img.shields.io/github/v/release/jamietre/imagemapster?include_prereleases&sort=semver&label=latest)](https://GitHub.com/jamietre/ImageMapster/releases/)
[![npm downloads](https://img.shields.io/npm/dm/imagemapster?label=npm)](https://www.npmjs.com/package/imagemapster)
Expand All @@ -12,7 +12,7 @@ ImageMapster activates the areas in HTML imagemaps so you can highlight and sele

## Release Information

See the [change log](https://github.com/jamietre/ImageMapster/blob/master/CHANGELOG.md) for details on the release history and roadmap.
See the [change log](CHANGELOG.md) for details on the release history and roadmap.

Read the [release notes](http://blog.outsharked.com/2012/06/imagemapster-125-released.html) for 1.2.5, the last significant feature update.

Expand Down

0 comments on commit 1d957a7

Please sign in to comment.