Skip to content

Commit

Permalink
updated the edition
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Patel <[email protected]>
  • Loading branch information
meisabhishekpatel committed Oct 3, 2024
1 parent 8dde8ed commit 60fe977
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 141 deletions.
47 changes: 24 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Choose any project and start fixing the issues. Every issue you fix will fetch y

So, if you want to contribute to a particular project by either fixing an issue or adding a feature, all you have to do is

- Fork the project
- Create a new branch
- Add a fix to the issue
- Create a Pull Request
- Submit the link to your Pull Request [here](https://sac.mnnit.ac.in/contrihub)
- Wait for it to accept and grab your points :smiley:
- Fork the project
- Create a new branch
- Add a fix to the issue
- Create a Pull Request
- Submit the link to your Pull Request [here](https://sac.mnnit.ac.in/contrihub)
- Wait for it to accept and grab your points :smiley:

Also, please make sure to follow the proper formatting such as

Expand All @@ -40,37 +40,37 @@ We will not be accepting more PR's until the formatting of the current files is

Here is a quick and painless way to contribute to this project:

- Add your name to the `Getting_Started_CONTRIBUTORS.md` file.
- Add your name to the `Getting_Started_CONTRIBUTORS.md` file.

Choose one or both, make a pull request for your work and wait for it to be merged!

## Getting Started

- Fork this repository (click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
- Fork this repository (click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine

```markdown
git clone https://github.com/your-username/XXXXX.git
```

- Create a branch
- Create a branch

```markdown
git checkout -b branch-name
```

- Make your changes (choose from any task below)
- Commit and push
- Make your changes (choose from any task below)
- Commit and push

```markdown
git add .
git commit -m 'Commit message'
git push origin branch-name
```

- Create a new pull request from your forked repository (click the `New Pull Request` button located at the top of your repo)
- Wait for your PR review and merge approval!
- **Star this repository** :star: if you had fun!
- Create a new pull request from your forked repository (click the `New Pull Request` button located at the top of your repo)
- Wait for your PR review and merge approval!
- **Star this repository** :star: if you had fun!

## Choose from these tasks

Expand All @@ -81,9 +81,9 @@ Add your name to the `Getting_Started_CONTRIBUTORS.md` file using the below conv
```markdown
#### Name: [YOUR NAME](Your Profile Link)

- Place: City, State, Country
- Bio: Who are you?
- GitHub: [Github account link](GitHub link)
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [Github account link](GitHub link)
```

## Reference links
Expand All @@ -105,9 +105,10 @@ Github-Flavored Markdown [https://guides.github.com/features/mastering-markdown/

If you still have more doubts then feel free to ping any of the student co-ordinator.

Team-2023 -
Team-2024 -

- [Priyav K Kaneria](https://github.com/PriyavKaneria)
- [Shashank Verma](https://github.com/shank03)
- [Amit Kumar](https://github.com/hackeramitkumar)
- [Sanskar Omar](https://github.com/sanskaromar)
- [Abhishek Patel](https://github.com/meisabhishekpatel)
- [Pranav Sanand Puligandla](https://github.com/Pra-San)
- [Sai Dheeraj Peketi](https://github.com/SaiDheerajPeketi)
- [Nandika Agarwal](https://github.com/Nandika-A)
- [Eleena Sarah Mathew](https://github.com/eleensmathew)
38 changes: 16 additions & 22 deletions home/templates/dashboard/mail_template_issue_action.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{% comment %}
context = {
'mentor': email_context.mentor.username,
'user': email_context.user.username,
'url': url,
'protocol': ,
'issue': email_context.issue,
'action': email_context.action,
'host': email_context.host
}
{% endcomment %}
{% autoescape off %}
<br>
Hi there! <b>{{ user }}</b>,<br><br>
{% comment %} context = { 'mentor': email_context.mentor.username, 'user':
email_context.user.username, 'url': url, 'protocol': , 'issue':
email_context.issue, 'action': email_context.action, 'host': email_context.host
} {% endcomment %} {% autoescape off %}
<br />
Hi there! <b>{{ user }}</b>,<br /><br />

{{ mentor }} has {{ action }} your requested issue assignment of {{ issue.project.name }}.<br><br>
<b>Your Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ user }} <br> <br>
<b>See your issue on Github:</b> {{ url }} <br><br>
{{ mentor }} has {{ action }} your requested issue assignment of {{
issue.project.name }}.<br /><br />
<b>Your Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ user }} <br />
<br />
<b>See your issue on Github:</b> {{ url }} <br /><br />

If clicking on any of the link above doesn't work, please copy and paste the URL in a new browser
window instead.<br><br>
If clicking on any of the link above doesn't work, please copy and paste the URL
in a new browser window instead.<br /><br />

Sincerely,<br>
ContriHUB-23 Team<br>
{% endautoescape %}
Sincerely,<br />
ContriHUB-24 Team<br />
{% endautoescape %}
35 changes: 14 additions & 21 deletions home/templates/dashboard/mail_template_pr_action.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{% comment %}
context = {
'contributor': contributor,
'url': url,
'issue': issue,
'action': 'accepted/rejected',
'mentor': mentor.username,
'subject': "PR Accepted/Rejected under ContriHUB-23.",
}
{% endcomment %}
{% autoescape off %}
<br>
Hi there! <b>{{ user }}</b>,<br><br>
{% comment %} context = { 'contributor': contributor, 'url': url, 'issue':
issue, 'action': 'accepted/rejected', 'mentor': mentor.username, 'subject': "PR
Accepted/Rejected under ContriHUB-23.", } {% endcomment %} {% autoescape off %}
<br />
Hi there! <b>{{ user }}</b>,<br /><br />

Your <a href={{ url }}>Pull Request</a> for Issue <a href={{ issue.html_url }}>
{{ issue.number }}</a> of Project <a href={{ issue.project.html_url }}>{{ issue.project.name }}</a>
has been {{ action }} by mentor, {{ mentor }}.
<br>
<br>
Sincerely,<br>
ContriHUB-23 Team<br>
{% endautoescape %}
Your <a href="{{" url }}>Pull Request</a> for Issue
<a href="{{" issue.html_url }}> {{ issue.number }}</a> of Project
<a href="{{" issue.project.html_url }}>{{ issue.project.name }}</a>
has been {{ action }} by mentor, {{ mentor }}.
<br />
<br />
Sincerely,<br />
ContriHUB-24 Team<br />
{% endautoescape %}
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
{% comment %}
context = {
'mentor': email_context.mentor.username,
'user': email_context.user.username,
'url': email_context.url,
'protocol': ,
'host': email_context.host
}
{% endcomment %}
{% autoescape off %}
<br>
Hi there! <b>{{ mentor }}</b>,<br><br>
{% comment %} context = { 'mentor': email_context.mentor.username, 'user':
email_context.user.username, 'url': email_context.url, 'protocol': , 'host':
email_context.host } {% endcomment %} {% autoescape off %}
<br />
Hi there! <b>{{ mentor }}</b>,<br /><br />

PFB the details of the issue requested for assignment.<br><br>
<b>Your Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ mentor }} <br> <br>
<b>Requester's Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ user }} <br> <br>
<b>See Issue on Github:</b> {{ url }} <br><br>
PFB the details of the issue requested for assignment.<br /><br />
<b>Your Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ mentor }} <br />
<br />
<b>Requester's Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ user }}
<br />
<br />
<b>See Issue on Github:</b> {{ url }} <br /><br />

If clicking on any of the link above doesn't work, please copy and paste the URL in a new browser
window instead.<br><br>
If clicking on any of the link above doesn't work, please copy and paste the URL
in a new browser window instead.<br /><br />

Sincerely,<br>
ContriHUB-23 Team<br>
{% endautoescape %}
Sincerely,<br />
ContriHUB-24 Team<br />
{% endautoescape %}
39 changes: 18 additions & 21 deletions home/templates/dashboard/mail_template_submit_pr_request.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{% comment %}
context = {
'mentor': email_context.mentor.username,
'user': email_context.user.username,
'url': url,
'protocol': ,
'host': email_context.host
}
{% endcomment %}
{% autoescape off %}
<br>
Hi there! <b>{{ mentor }}</b>,<br><br>
{% comment %} context = { 'mentor': email_context.mentor.username, 'user':
email_context.user.username, 'url': url, 'protocol': , 'host':
email_context.host } {% endcomment %} {% autoescape off %}
<br />
Hi there! <b>{{ mentor }}</b>,<br /><br />

{{ user }} has requested for approval of the PR on a issue that you are mentoring.<br><br>
<b>Your Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ mentor }} <br> <br>
<b>Contributor's Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ user }} <br> <br>
<b>See PR on Github:</b> {{ url }} <br><br>
{{ user }} has requested for approval of the PR on a issue that you are
mentoring.<br /><br />
<b>Your Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ mentor }} <br />
<br />
<b>Contributor's Profile:</b> {{ protocol }}://{{ host }}profile/user/{{ user }}
<br />
<br />
<b>See PR on Github:</b> {{ url }} <br /><br />

If clicking on any of the link above doesn't work, please copy and paste the URL in a new browser
window instead.<br><br>
If clicking on any of the link above doesn't work, please copy and paste the URL
in a new browser window instead.<br /><br />

Sincerely,<br>
ContriHUB-23 Team<br>
{% endautoescape %}
Sincerely,<br />
ContriHUB-24 Team<br />
{% endautoescape %}
15 changes: 11 additions & 4 deletions home/templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<footer class="bg-transparent text-center text-lg-start mt-auto" >
<footer class="bg-transparent text-center text-lg-start mt-auto">
<!-- Copyright -->
<div class="text-center p-2" style="background-color: rgba(0, 0, 0, 0.2);">
<a class="text-white"><marquee>CAUTION: Website is Under Development! © 2023 Copyright: <a href="https://github.com/ContriHUB"><i class="fa fa-github" style="font-size:24px; color: skyblue"></i></a> ContriHUB-23</marquee></a>
<div class="text-center p-2" style="background-color: rgba(0, 0, 0, 0.2)">
<a class="text-white"
><marquee
>CAUTION: Website is Under Development! © 2024 Copyright:
<a href="https://github.com/ContriHUB"
><i class="fa fa-github" style="font-size: 24px; color: skyblue"></i
></a>
ContriHUB-24</marquee
></a
>
</div>
<!-- Copyright -->
</footer>

2 changes: 1 addition & 1 deletion home/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ <h3 class="dark-grey-text text-center">

<!--Copyright-->
<div class="footer-copyright py-3">
© 2023 Copyright:
© 2024 Copyright:
<a href="https://sac.mnnit.ac.in/contrihub" target="_blank"> sac.mnnit.ac.in/contrihub </a>
</div>
<!--/.Copyright-->
Expand Down
8 changes: 4 additions & 4 deletions project/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,17 @@
<div class="container">

<div class="row justify-content-center" style="margin-top: 100px">
<h1 class="display-5 text-white font-weight-bold" style="font-family: Cormorant Infant">Projects in 2023</h1>
<h1 class="display-5 text-white font-weight-bold" style="font-family: Cormorant Infant">Projects in 2024</h1>
</div>

<div class="row justify-content-center" style="margin-top: 20px">
<!-- Add your project data in this div -->
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3 mb-3 d-flex align-items-stretch justify-content-center"
style="margin-bottom: 75px">
<div class="card" style="width: 300px">
<a href="https://github.com/ContriHUB/ContriHUB-23" target="_blank"/>
<a href="https://github.com/ContriHUB/ContriHUB-24" target="_blank"/>
<div class="card-body">
<h5 class="card-title">ContriHUB-23 Website</h5>
<h5 class="card-title">ContriHUB-24 Website</h5>
<p id="member-intro" class="custom-scrollbar-js card-text mb-4 sm-6"
style="max-width: 250px; max-height: 200px; overflow-y: auto">A Django app</p>
<div style="color: grey;">Mentors:</div>
Expand Down Expand Up @@ -420,7 +420,7 @@ <h5 class="card-title">Youdemy</h5>

<!--Copyright-->
<div class="footer-copyright py-3">
© 2023 Copyright:
© 2024 Copyright:
<a href="https://sac.mnnit.ac.in/contrihub" target="_blank"> sac.mnnit.ac.in/contrihub </a>
</div>
<!--/.Copyright-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
{% comment %}
context = {
'username': ,
'protocol': ,
'host': ,
'new_regno': ,
'new_name': ,
'new_course': ,
'new_year': ,
}
{% endcomment %}
{% autoescape off %}
<br>
Hi there! <b>Admin</b>,<br><br>
{% comment %} context = { 'username': , 'protocol': , 'host': , 'new_regno': ,
'new_name': , 'new_course': , 'new_year': , } {% endcomment %} {% autoescape off
%}
<br />
Hi there! <b>Admin</b>,<br /><br />

PFB the new details for the profile edit requested by:<br><br>
<b>Username:</b> {{ username }} <br>
<b>User Profile:</b> {{ protocol }}://{{ host }}/profile/user/{{ username }} <br><br>
<b>New Registration Number:</b> {{ new_regno }} <br>
<b>New Name:</b> {{ new_name }} <br>
<b>New Course:</b> {{ new_course }} <br>
<b>New Year:</b> {{ new_year }} <br><br>
PFB the new details for the profile edit requested by:<br /><br />
<b>Username:</b> {{ username }} <br />
<b>User Profile:</b> {{ protocol }}://{{ host }}/profile/user/{{ username }}
<br /><br />
<b>New Registration Number:</b> {{ new_regno }} <br />
<b>New Name:</b> {{ new_name }} <br />
<b>New Course:</b> {{ new_course }} <br />
<b>New Year:</b> {{ new_year }} <br /><br />

Sincerely,<br>
ContriHUB-23 Team<br>
{% endautoescape %}
Sincerely,<br />
ContriHUB-24 Team<br />
{% endautoescape %}

0 comments on commit 60fe977

Please sign in to comment.