From 0d47e4b1e228e6d7e5c0a775585cf702545dff11 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 15 Sep 2018 16:58:37 -0400 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9c60b8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..3106ccb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. From 4cebaf6232d50d9e51874c17d7172aebfbbadcff Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 15 Sep 2018 17:09:18 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7b70e4..816dd3d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ You can find the corresponding code under _/demos_ in the gh-pages branch [here] ### Plugins -[Spritegents](https://github.com/noncomputable/AgentMaps-Spritegents): Lets you depict agents with custom icons instead of circles. +[Spritegents](https://github.com/noncomputable/AgentMaps-Spritegents): Lets you depict agents with custom icons instead of circles. + +--- Thank you to anyone who somehow benefits from this.