You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read this entire template before posting any issue. If you ignore these instructions
and post an issue here that does not follow the instructions, your issue might be closed,
locked, and assigned the missing discussion label.
🚀 Feature Proposal
Following the contribution guidelines listed in the project, there's a step in which you have to copy the env.example file to an .env file. As part of the process, you need to fill in some default for the ENV variables required by the application.
I've used the same ones that are listed in docs in order to start up the application.
What about having the default values listed in the docs already filled in the .env.example file?
Motivation
This would make the time to first commit shorter and ease the process for newcomers to start contributing to the project.
Please read this entire template before posting any issue. If you ignore these instructions
and post an issue here that does not follow the instructions, your issue might be closed,
locked, and assigned the
missing discussion
label.🚀 Feature Proposal
Following the contribution guidelines listed in the project, there's a step in which you have to copy the
env.example
file to an.env
file. As part of the process, you need to fill in some default for the ENV variables required by the application.I've used the same ones that are listed in docs in order to start up the application.
What about having the default values listed in the docs already filled in the .env.example file?
Motivation
This would make the time to first commit shorter and ease the process for newcomers to start contributing to the project.
Example
The .env.example could look like:
Note: Would you accept contributions to support this new feature? And if so, how you add the Hacktoberfest label?
The text was updated successfully, but these errors were encountered: