summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amber/layouts/_footer.html.haml2
-rw-r--r--pages/docs/platform/details/development.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/amber/layouts/_footer.html.haml b/amber/layouts/_footer.html.haml
index 94ea6dc..813513c 100644
--- a/amber/layouts/_footer.html.haml
+++ b/amber/layouts/_footer.html.haml
@@ -4,4 +4,4 @@
%a{:rel => "license", :href => "https://creativecommons.org/licenses/by-sa/3.0/"}<
%img{:alt => "Creative Commons License", :style => "border-width:0; vertical-align: middle", :src => "/img/by-sa-3.0-80x15.png"}
&nbsp;
- (c) 2012 LEAP Encryption Access Project \ No newline at end of file
+ (c) 2012-2015 LEAP Encryption Access Project
diff --git a/pages/docs/platform/details/development.md b/pages/docs/platform/details/development.md
index 63e12fa..ddaff4d 100644
--- a/pages/docs/platform/details/development.md
+++ b/pages/docs/platform/details/development.md
@@ -361,3 +361,9 @@ or you can disable shared folder support (if you do not need it), by setting the
if you are wanting this disabled for all the leap vagrant integration, you can add this to ~/.leaprc:
@custom_vagrant_vm_line = 'config.vm.synced_folder "src/", "/srv/website", disabled: true'
+
+Issue reporting
+---------------
+
+When you encounter any bugs, please [check first](https://leap.se/code/search) on our bugtracker if it's something already known. Reporting bugs is the first [step in fixing them](https://leap.se/code/projects/report-issues). Please include all the relevant details: platform branch, version of leap_cli, past upgrades.
+