squirrellyjs / squirrelly

Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ā›ŗ
https://squirrelly.js.org
MIT License
635 stars 83 forks source link

Add 'comments' as a feature #73

Closed first-timers[bot] closed 6 years ago

first-timers[bot] commented 6 years ago

šŸ†•šŸ„ā˜ First Timers Only.

This issue is reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you šŸ’

About First Timers Only.

šŸ¤” What you will need to know.

Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.

šŸ“‹ Step by Step

@@ -18,6 +18,7 @@ Squirrelly is a modern, configurable, and blazing fast template engine implement
 - Partials
 - Native code
 - Writing JavaScript inside the template
+- Comments

 ## Docs
 We know nobody reads through the long and boring documentation in the ReadMe anyway, so head over to the documentation website:
  1. If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.

  2. You can edit files directly in your browser

šŸ¤”ā“ Questions

Leave a comment below!

This issue was created by First-Timers-Bot.

dlarner3194 commented 6 years ago

I will tackle this one.

triangulum commented 6 years ago

Happy to help/learn, if you have some more tasks!

RyanLilla commented 6 years ago

Would also like to help if there are more issues!

nebrelbug commented 6 years ago

Awesome! Reserved for @dlarner3194

nebrelbug commented 6 years ago

@triangulum and @RyanLilla be on the lookout for more issues soon šŸ˜ƒ

dlarner3194 commented 6 years ago

hey @nebrelbug should I fork the repo or wait for the invite to the repo? Thanks!

nebrelbug commented 6 years ago

@dlarner3194 just fork the repo and create a pull request. You'll become a contributor after the pull request gets approved. Thanks!