-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add welcome user option #391
base: master
Are you sure you want to change the base?
Conversation
Fixed grammar in welcome message category
if ( teahouse ) { | ||
message += '\n\n' + AFCH.msg.get( 'teahouse-invite' ); | ||
} | ||
$.when( shouldTeahouse, shouldWelcomeUser ).then( ( teahouse, welcome ) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix it this weekend.
@@ -300,6 +300,10 @@ | |||
<input type="checkbox" id="notifyUser" class="afch-input" checked/> | |||
<label for="notifyUser" class="afch-label">Notify submitter</label> | |||
</div> | |||
<div class="afch-option"> | |||
<input type="checkbox" id="sendWelcome" class="afch-input" checked/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per https://en.wikipedia.org/wiki/Wikipedia_talk:WikiProject_Articles_for_creation#Welcome_template, can we please make this unticked by default?
fixes #386