From 39a08482c0407cd42e010efe00f718fcfd354b50 Mon Sep 17 00:00:00 2001 From: Dan <46821332+nsadeveloper789@users.noreply.github.com> Date: Thu, 7 Mar 2019 10:41:43 -0500 Subject: [PATCH] Updated Frequently asked questions (markdown) --- Frequently-asked-questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Frequently-asked-questions.md b/Frequently-asked-questions.md index bd7958f..1e4caf5 100644 --- a/Frequently-asked-questions.md +++ b/Frequently-asked-questions.md @@ -35,7 +35,8 @@ You can change the key binding of any top level menu or context sensitive menu i ### There are missing instructions or bad instructions. What can I do? You have a couple of options: -First, you can submit an issue, but we make no promises to address any particular issue. +First, you can submit an issue. +If it fits into our development plan, we may take it on. Second, you can modify the Sleigh specification yourself. If you anticipate substantial changes, e.g., supporting a new variant, we recommend you make a copy of the ```.slaspec``` file, name it appropriately, and update the ```.lspec``` file to include it. Optionally, you may submit a patch or pull request with your modifications if you'd like to contribute them to the broader community.