added issues templates and changed plugin name in readme

This commit is contained in:
noncomputable 2018-09-19 18:45:47 -04:00
commit cdc3dd52c6
3 changed files with 38 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.

View 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.

View File

@ -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.**