@@ -368,3 +368,155 @@ <h5 class="text-center custom-green-color-font bold-text">
368
368
< input class ="waves-effect waves-light btn-large large-font " type ="submit " value ="Submit ">
369
369
</ div >
370
370
</ form >
371
+
372
+ < form name ="{{ newcomer_promotion_form_name }} " method ="post "
373
+ netlify-honeypot ="bot-field " class ="newcomer-promotion-form display-none "
374
+ data-netlify ="true " action ="/ ">
375
+ < h5 class ="text-center custom-green-color-font bold-text ">
376
+ Newcomer Promotion Request Form
377
+ </ h5 >
378
+ {% csrf_token %}
379
+ < div class ="form-step-div ">
380
+ < h6 class ="bold-text custom-green-color-font "> User Details</ h6 >
381
+ < div class ="row ">
382
+ < div class ="input-field col s12 ">
383
+ < p > {{ newcomer_promotion_form.github_username.label_tag }}</ p >
384
+ {{ newcomer_promotion_form.github_username }}
385
+ </ div >
386
+ </ div >
387
+ < div class ="row ">
388
+ < div class ="input-field col s12 ">
389
+ {{ newcomer_promotion_form.gitlab_user_id.label_tag }}
390
+ {{ newcomer_promotion_form.gitlab_user_id }}
391
+ </ div >
392
+ </ div >
393
+ </ div >
394
+ < div class ="form-step-div ">
395
+ < h6 class ="bold-text custom-green-color-font "> Personal Project Details</ h6 >
396
+ < div class ="row ">
397
+ < div class ="input-field col s12 ">
398
+ {{ newcomer_promotion_form.project_web_url.label_tag }}
399
+ {{ newcomer_promotion_form.project_web_url }}
400
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.project_web_url.help_text }}</ i >
401
+ </ div >
402
+ </ div >
403
+ < div style ="padding-left: 10px ">
404
+ < h6 class ="bold-text custom-green-color-font "> Files Relative Path
405
+ (to project root)
406
+ </ h6 >
407
+ < div class ="row ">
408
+ < div class ="input-field col s12 ">
409
+ {{ newcomer_promotion_form.build_file_relative_path.label_tag }}
410
+ {{ newcomer_promotion_form.build_file_relative_path }}
411
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.build_file_relative_path.help_text }}</ i >
412
+ </ div >
413
+ </ div >
414
+ < div class ="row ">
415
+ < div class ="input-field col s12 ">
416
+ {{ newcomer_promotion_form.coafile_relative_path.label_tag }}
417
+ {{ newcomer_promotion_form.coafile_relative_path }}
418
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.coafile_relative_path.help_text }}</ i >
419
+ </ div >
420
+ </ div >
421
+ </ div >
422
+ < div class ="row ">
423
+ < div class ="input-field col s12 ">
424
+ {{ newcomer_promotion_form.gist_or_snippet_id.label_tag }}
425
+ {{ newcomer_promotion_form.gist_or_snippet_id }}
426
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.gist_or_snippet_id.help_text }}</ i >
427
+ </ div >
428
+ </ div >
429
+ </ div >
430
+ < div class ="form-step-div ">
431
+ < h6 class ="bold-text custom-green-color-font "> Newcomer Issue Related
432
+ Details</ h6 >
433
+ < div class ="row ">
434
+ < div class ="input-field col s12 ">
435
+ {{ newcomer_promotion_form.newcomer_solved_issue_web_url.label_tag }}
436
+ {{ newcomer_promotion_form.newcomer_solved_issue_web_url }}
437
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.newcomer_solved_issue_web_url.help_text }}</ i >
438
+ </ div >
439
+ </ div >
440
+ < div class ="row ">
441
+ < div class ="input-field col s12 ">
442
+ {{ newcomer_promotion_form.newcomer_issue_related_pr.label_tag }}
443
+ {{ newcomer_promotion_form.newcomer_issue_related_pr }}
444
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.newcomer_issue_related_pr.help_text }}</ i >
445
+ </ div >
446
+ </ div >
447
+ < div class ="row ">
448
+ < div class ="input-field col s12 ">
449
+ {{ newcomer_promotion_form.newcomer_issue_pr_reviewed_url.label_tag }}
450
+ {{ newcomer_promotion_form.newcomer_issue_pr_reviewed_url }}
451
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.newcomer_issue_pr_reviewed_url.help_text }}</ i >
452
+ </ div >
453
+ </ div >
454
+ </ div >
455
+ < div class ="form-step-div ">
456
+ < h6 class ="bold-text custom-green-color-font "> Low Difficulty Issue
457
+ Related Details</ h6 >
458
+ < div class ="row ">
459
+ < div class ="input-field col s12 ">
460
+ {{ newcomer_promotion_form.low_level_solved_issue_web_url.label_tag }}
461
+ {{ newcomer_promotion_form.low_level_solved_issue_web_url }}
462
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.low_level_solved_issue_web_url.help_text }}</ i >
463
+ </ div >
464
+ </ div >
465
+ < div class ="row ">
466
+ < div class ="input-field col s12 ">
467
+ {{ newcomer_promotion_form.low_level_issue_related_pr.label_tag }}
468
+ {{ newcomer_promotion_form.low_level_issue_related_pr }}
469
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.low_level_issue_related_pr.help_text }}</ i >
470
+ </ div >
471
+ </ div >
472
+ < div class ="row ">
473
+ < div class ="input-field col s12 ">
474
+ {{ newcomer_promotion_form.low_level_issue_pr_reviewed_url.label_tag }}
475
+ {{ newcomer_promotion_form.low_level_issue_pr_reviewed_url }}
476
+ < i class ="fa fa-info-circle " aria-hidden ="true "> {{ newcomer_promotion_form.low_level_issue_pr_reviewed_url.help_text }}</ i >
477
+ </ div >
478
+ </ div >
479
+ < div class ="row ">
480
+ < div class ="input-field col s12 ">
481
+ {{ newcomer_promotion_form.request_created_by_user }}
482
+ </ div >
483
+ </ div >
484
+ </ div >
485
+ < div class ="validation-checkboxes ">
486
+ < p >
487
+ < label >
488
+ < input type ="checkbox " required >
489
+ < span > I am a member of {{ org.name }} oragnization.</ span >
490
+ </ label >
491
+ </ p >
492
+ < p >
493
+ < label >
494
+ < input type ="checkbox " required >
495
+ < span > I have not submitted this form for more than 3 times. If so, I
496
+ am liable of getting blacklisted!</ span >
497
+ </ label >
498
+ </ p >
499
+ < p >
500
+ < label >
501
+ < input type ="checkbox " required >
502
+ < span > All of the above information provided by me has no false
503
+ entries. If so, I am liable of getting blacklisted.</ span >
504
+ </ label >
505
+ </ p >
506
+ < p style ="display: none ">
507
+ < label >
508
+ < input type ="checkbox " name ="bot-field ">
509
+ < span > I am a bot</ span >
510
+ </ label >
511
+ </ p >
512
+ < p >
513
+ < strong >
514
+ Note: You will receive an email within 24 hrs, if any of the
515
+ validation checks are not passed.
516
+ </ strong >
517
+ </ p >
518
+ </ div >
519
+ < div class ="apply-flex center-content submit-btn ">
520
+ < input class ="waves-effect waves-light btn-large large-font " type ="submit " value ="Submit ">
521
+ </ div >
522
+ </ form >
0 commit comments