Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..5cfc560
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,9 @@
+Thank you for investing your time in contributing to Eureka! This is a document that is still under construction and therefore does not cover all considerations during development.
+
+## CSS Resources
+
+Always remember to update the cached resources in `resources/_gen/` when you make changes to CSS.
+
+## Font Awesome
+
+Eureka reduce the size of Font Awesome with tree shaking. If your PR contains changes to Font Awesome icons, please make sure to update `layouts/partials/utils/get-fontawesome-icons.html` to include all related icons. \ No newline at end of file