Skip to content

Latest commit

 

History

History
173 lines (164 loc) · 5.87 KB

Bugs.yml

File metadata and controls

173 lines (164 loc) · 5.87 KB
NameAboutLabelsAssignees
Bug reportReport something that is not working correctly. Not intended for security issues!

Thank you for taking the effort to report a bug.

Is your bug a security issue? In that case, please do not use this form! Instead, see the security policy on how to report the issue.

Identification

To start, some quick questions to pinpoint the issue.

Which part of Backbone is affected? Please be as specific as possible, for example “the silent option of Collection.reset” or “importing Backbone with require.js”.

In one sentence, what should the affected component do?

In one sentence, what does the affected component actually do?

After filling the above three fields, please review the issue title. It should be short, including elements of all three fields and not much else.

For example: After Model.fetch, sync event may include options of a later sync, save or destroy call

Context

Which documentation, if any, did you base your above expectation on?
Provide one link per line.

With which version(s) of Backbone, Underscore/Lodash, jQuery/Zepto, other relevant libraries or tools, your browser, etcetera, did you experience this problem? Please list one per line, including name, version number(s) and variant(s) if applicable.

Tip: if you are using the bleeding-edge version of Backbone, much of this information can be obtained by using debugInfo and copy-pasting its console output below.

Please list any issue numbers, pull requests or links to discussions elsewhere on the internet that may be relevant. You can also attract the attention of other GitHub users by listing their @handles here.

Bug details

If possible, name the error that you observed and that anyone trying to reproduce the bug should look for.

List the minimal steps needed to make the bug happen. Include code examples as needed.

This is a free-form field where you can add any further details that may help to understand the bug. For example, you might provide permalinks to the affected lines of code in your actual project, attach logs or screenshots, point out things you noticed while debugging, and explain why the bug is especially problematic for your use case.

Closing

If you have any idea on how the problem could (or should) be solved, please feel welcome to describe it here. Of course, if your idea is very concrete, you may as well submit a pull request!

If there is anything else you would like to say about the issue, you can do so here.