@@ -263,3 +263,155 @@ <h5 class="text-center custom-green-color-font bold-text">
263
263
< input class ="waves-effect waves-light btn-large large-font " type ="submit " value ="Submit ">
264
264
</ div >
265
265
</ form >
266
+
267
+ < form name ="{{ newcomer_promotion_form_name }} " method ="post "
268
+ netlify-honeypot ="bot-field " class ="newcomer-promotion-form display-none "
269
+ data-netlify ="true " action ="/ ">
270
+ < h5 class ="text-center custom-green-color-font bold-text ">
271
+ On which Issue you want to work?
272
+ </ h5 >
273
+ {% csrf_token %}
274
+ < div class ="form-step-div ">
275
+ < h6 class ="bold-text custom-green-color-font "> User Details</ h6 >
276
+ < div class ="row ">
277
+ < div class ="input-field col s12 ">
278
+ < p > {{ newcomer_promotion_form.github_username.label_tag }}</ p >
279
+ {{ newcomer_promotion_form.github_username }}
280
+ </ div >
281
+ </ div >
282
+ < div class ="row ">
283
+ < div class ="input-field col s12 ">
284
+ {{ newcomer_promotion_form.gitlab_user_id.label_tag }}
285
+ {{ newcomer_promotion_form.gitlab_user_id }}
286
+ </ div >
287
+ </ div >
288
+ </ div >
289
+ < div class ="form-step-div ">
290
+ < h6 class ="bold-text custom-green-color-font "> Personal Project Details</ h6 >
291
+ < div class ="row ">
292
+ < div class ="input-field col s12 ">
293
+ {{ newcomer_promotion_form.project_web_url.label_tag }}
294
+ {{ newcomer_promotion_form.project_web_url }}
295
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.project_web_url.help_text }}</ i >
296
+ </ div >
297
+ </ div >
298
+ < div style ="padding-left: 10px ">
299
+ < h6 class ="bold-text custom-green-color-font "> Files Relative Path
300
+ (to project root)
301
+ </ h6 >
302
+ < div class ="row ">
303
+ < div class ="input-field col s12 ">
304
+ {{ newcomer_promotion_form.build_file_relative_path.label_tag }}
305
+ {{ newcomer_promotion_form.build_file_relative_path }}
306
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.build_file_relative_path.help_text }}</ i >
307
+ </ div >
308
+ </ div >
309
+ < div class ="row ">
310
+ < div class ="input-field col s12 ">
311
+ {{ newcomer_promotion_form.coafile_relative_path.label_tag }}
312
+ {{ newcomer_promotion_form.coafile_relative_path }}
313
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.coafile_relative_path.help_text }}</ i >
314
+ </ div >
315
+ </ div >
316
+ </ div >
317
+ < div class ="row ">
318
+ < div class ="input-field col s12 ">
319
+ {{ newcomer_promotion_form.gist_or_snippet_id.label_tag }}
320
+ {{ newcomer_promotion_form.gist_or_snippet_id }}
321
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.gist_or_snippet_id.help_text }}</ i >
322
+ </ div >
323
+ </ div >
324
+ </ div >
325
+ < div class ="form-step-div ">
326
+ < h6 class ="bold-text custom-green-color-font "> Newcomer Issue Related
327
+ Details</ h6 >
328
+ < div class ="row ">
329
+ < div class ="input-field col s12 ">
330
+ {{ newcomer_promotion_form.newcomer_solved_issue_web_url.label_tag }}
331
+ {{ newcomer_promotion_form.newcomer_solved_issue_web_url }}
332
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.newcomer_solved_issue_web_url.help_text }}</ i >
333
+ </ div >
334
+ </ div >
335
+ < div class ="row ">
336
+ < div class ="input-field col s12 ">
337
+ {{ newcomer_promotion_form.newcomer_issue_related_pr.label_tag }}
338
+ {{ newcomer_promotion_form.newcomer_issue_related_pr }}
339
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.newcomer_issue_related_pr.help_text }}</ i >
340
+ </ div >
341
+ </ div >
342
+ < div class ="row ">
343
+ < div class ="input-field col s12 ">
344
+ {{ newcomer_promotion_form.newcomer_issue_pr_reviewed_url.label_tag }}
345
+ {{ newcomer_promotion_form.newcomer_issue_pr_reviewed_url }}
346
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.newcomer_issue_pr_reviewed_url.help_text }}</ i >
347
+ </ div >
348
+ </ div >
349
+ </ div >
350
+ < div class ="form-step-div ">
351
+ < h6 class ="bold-text custom-green-color-font "> Low Difficulty Issue
352
+ Related Details</ h6 >
353
+ < div class ="row ">
354
+ < div class ="input-field col s12 ">
355
+ {{ newcomer_promotion_form.low_level_solved_issue_web_url.label_tag }}
356
+ {{ newcomer_promotion_form.low_level_solved_issue_web_url }}
357
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.low_level_solved_issue_web_url.help_text }}</ i >
358
+ </ div >
359
+ </ div >
360
+ < div class ="row ">
361
+ < div class ="input-field col s12 ">
362
+ {{ newcomer_promotion_form.low_level_issue_related_pr.label_tag }}
363
+ {{ newcomer_promotion_form.low_level_issue_related_pr }}
364
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.low_level_issue_related_pr.help_text }}</ i >
365
+ </ div >
366
+ </ div >
367
+ < div class ="row ">
368
+ < div class ="input-field col s12 ">
369
+ {{ newcomer_promotion_form.low_level_issue_pr_reviewed_url.label_tag }}
370
+ {{ newcomer_promotion_form.low_level_issue_pr_reviewed_url }}
371
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.low_level_issue_pr_reviewed_url.help_text }}</ i >
372
+ </ div >
373
+ </ div >
374
+ < div class ="row ">
375
+ < div class ="input-field col s12 ">
376
+ {{ newcomer_promotion_form.request_created_by_user }}
377
+ </ div >
378
+ </ div >
379
+ </ div >
380
+ < div class ="validation-checkboxes ">
381
+ < p >
382
+ < label >
383
+ < input type ="checkbox " required >
384
+ < span > I am a member of {{ org.name }} oragnization.</ span >
385
+ </ label >
386
+ </ p >
387
+ < p >
388
+ < label >
389
+ < input type ="checkbox " required >
390
+ < span > I have not submitted this form for more than 3 times. If so, I
391
+ am liable of getting blacklisted!</ span >
392
+ </ label >
393
+ </ p >
394
+ < p >
395
+ < label >
396
+ < input type ="checkbox " required >
397
+ < span > All of the above information provided by me has no false
398
+ entries. If so, I am liable of getting blacklisted.</ span >
399
+ </ label >
400
+ </ p >
401
+ < p style ="display: none ">
402
+ < label >
403
+ < input type ="checkbox " name ="bot-field ">
404
+ < span > I am a bot</ span >
405
+ </ label >
406
+ </ p >
407
+ < p >
408
+ < strong >
409
+ Note: You will receive an email within 24 hrs, if any of the
410
+ validation checks are not passed.
411
+ </ strong >
412
+ </ p >
413
+ </ div >
414
+ < div class ="apply-flex center-content submit-btn ">
415
+ < input class ="waves-effect waves-light btn-large large-font " type ="submit " value ="Submit ">
416
+ </ div >
417
+ </ form >
0 commit comments