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

doc updates for #372 #373

Merged
merged 1 commit into from
Mar 9, 2021
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
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