mirror of
https://github.com/noncomputable/AgentMaps.git
synced 2026-01-25 16:46:38 +00:00
added issues templates and changed plugin name in readme
This commit is contained in:
commit
cdc3dd52c6
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear, quick description of the bug.
|
||||
|
||||
**How to reproduce it**
|
||||
Code or UI interactions that cause the bug.
|
||||
|
||||
**How to see it**
|
||||
Will it be a console error, a broken animation, an invalid return value, or what?
|
||||
|
||||
**Expected behavior**
|
||||
A clear, quick description of what should've happened instead.
|
||||
|
||||
**More details**
|
||||
Your browser, OS, screenshots, etc. Anything that could help.
|
||||
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: 'Important: AgentMaps is minimal. Most features should be built as separate
|
||||
plugins (like AgentMaps.IconAgents). Want wider features? Build a plugin! Post it
|
||||
here to get it added to the plugins list.'
|
||||
|
||||
---
|
||||
|
||||
**Did a problem you had inspire this feature request?**
|
||||
A clear, quick description of the problem.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear, quick description of your proposed feature and how it will be incorporated.
|
||||
|
||||
**More details**
|
||||
Any other ideas, workarounds, or screenshots that could clarify things.
|
||||
@ -42,6 +42,8 @@ You can find the corresponding code under _/demos_ in the gh-pages branch [here]
|
||||
|
||||
[IconAgents](https://github.com/noncomputable/AgentMaps-IconAgents): Lets you depict agents with custom icons instead of circles.
|
||||
|
||||
---
|
||||
|
||||
Thank you to anyone who somehow benefits from this.
|
||||
|
||||
**AgentMaps: Geospatial Agent-based Modeling and Simulation for JavaScript.**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user