Skip to content

Commit 8b7f11f

Browse files
committed
pull req template added
1 parent 4edf7e3 commit 8b7f11f

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
lank_issues_enabled: true
2+
contact_links:
3+
- name: Mail Link
4+
url: mailto:vimal@letskhabar.com
5+
about: Contact me for private information
6+
- name: GitHub Community Support
7+
url: https://github.community/
8+
about: Please ask and answer questions here.
9+
- name: GitHub Security Bug Bounty
10+
url: https://bounty.github.com/
11+
about: Please report security vulnerabilities here.

.github/pull_request_template.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Master-Portfolio 🎓
2+
3+
This pull request template helps you complete an pull request to the **Master-Portfolio**. Use the checklist below to verify you have followed the instructions correctly.
4+
5+
6+
### Fixes #<number>
7+
<Do not delete this template>
8+
Description: <provide a description> The title should be short and relevant.
9+
10+
#### Checklist
11+
- [ ] I've followed the Contributing guidelines provided in the repository.
12+
- [ ] I've made the changes which were demanded in the linked issue.
13+
- [ ] I've tested my code on a Chromium based browser.
14+
- [ ] I've tested my code on Mozilla Firefox.
15+
- [ ] My code gave a clean console on debugging. (no warnings/errors)
16+
17+
#### Testimonial
18+
<provide a relevant screenshot or any testimonial for the solved issue if applicable>

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
# Master-Portfolio
2525
- A clean, beautiful, responsive and 100% customizable portfolio template for Developers!
26+
- It can List your all Projects & Certificate
27+
- it can Also list your All Dev.to articles Using Api (if you have set `BlogData.show_Blog: true` in `src/Name.js`)
2628
- The website is completely built on `react-js` framework of `javascript`🔥.
2729
- In this project, there are basically Personal Information that you need to change to customize this to anyone else's portfolio
2830
- You will find `src/Name.js` file which contains the complete information about the user. The file looks something like below
@@ -32,7 +34,12 @@
3234
title: "Your Name",
3335
logo_name: "Name",
3436
subTitle:
35-
"subTitle.",
37+
"I'm a student pursuing {Course} in {department} from {university}. I'm a passionate learner who's always willing to learn and work across technologies and domains. I love to explore new technologies and leverage. Apart from that I also love to guide and mentor newbies. I'm currently into Web Development and working on my MERN Website"
38+
};
39+
const BlogData = {
40+
// this show your dev.to blog in your Portfolio blog
41+
show_Blog: true, // if true it Show your DEV.to article in Blog Section, if false than Blog Section(nav) convert to skill Section(nav).
42+
devto_username: "vimal"
3643
};
3744
const socialMedia = {
3845
facebook: "Your facebook link",

0 commit comments

Comments
 (0)