Skip to content

Commit

Permalink
⬆️ 5.4.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Oct 20, 2023
1 parent 20c4154 commit 04653b6
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 481 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github: ionicabizau
patreon: ionizabizau
open_collective: ionicabizau
custom: https://www.buymeacoffee.com/h96wwchmy
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# :eight_spoked_asterisk: :stars: :sparkles: :dizzy: :star2: :star2: :sparkles: :dizzy: :star2: :star2: Contributing :star: :star2: :dizzy: :sparkles: :star: :star2: :dizzy: :sparkles: :stars: :eight_spoked_asterisk:

So, you want to contribute to this project! That's awesome. However, before
doing so, please read the following simple steps how to contribute. This will
make the life easier and will avoid wasting time on things which are not
doing so, please read the following simple steps explaining how to contribute. This will
make life easier and help avoid wasting time on things that are not
requested. :sparkles:

## Discuss the changes before doing them
Expand All @@ -15,9 +15,9 @@ requested. :sparkles:
system, Node.JS version etc.), screenshots (so we can see what you are
seeing).

- It is recommended to wait for feedback before continuing to next steps.
- It is recommended to wait for feedback before continuing the next steps.
However, if the issue is clear (e.g. a typo) and the fix is simple, you can
continue and fix it.
continue to fix it.

## Fixing issues
- Fork the project in your account and create a branch with your fix:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-22 Ionică Bizău <[email protected]> (https://ionicabizau.net)
Copyright (c) 2014-23 Ionică Bizău <[email protected]> (https://ionicabizau.net)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ class Blah {
, require: require
}, ul.merge(
templateData,
data)
)
data
))

ejs.renderFile(path, renderData, callback);
})
Expand Down
Loading

0 comments on commit 04653b6

Please sign in to comment.