Skip to content
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

Create New Category and Add a resource #3

Open
hulyak opened this issue Oct 2, 2021 · 6 comments
Open

Create New Category and Add a resource #3

hulyak opened this issue Oct 2, 2021 · 6 comments
Labels
good first issue Good for newcomers

Comments

@hulyak
Copy link
Owner

hulyak commented Oct 2, 2021

Creating A New Resource Page and Adding New Resource

If you cannot find a new resource to add, you can just create a new page and a different category. It can be related to frontend, backend, cloud, blockchain, or mobile development. It can be whatever you want.

For that, create a new markdown file for a new category and add the resource there.

  • create the file name as <category>-<number>.md and add the resource to the file. For example, you can the file as free-websites-1.md. Then, go to sidebars.js file in the root of the project and add the file name to the list.
module.exports = {
  someSidebar: {
    resources: [
      'free-websites-1',
      'free-media-3',
      'react-5',
      'css-2',
      // 'markdown-features',
      'javascript-4',
      'nextjs-6',
      'job-hunt-8',
      'career-9',
      'computer-science-7',
      // add the new file name
    ],
  },
}
  • MDX file starts with YAML front matter block declared as triple-dashed lines. Declare the title property.
---
title: Free Images/Videos
---
  • After the title, add your resource similar to this:
### 1.[Reacti Flux](https://discord.com/invite/reactiflux)

Reacti Flux is the largest community of React developers (110,000+)!

Run the project

npm install
npm start

Make sure the page loads with no errors and you have added a new resource.

Stage, Commit, and Push Your Changes

Next, you want to stage, commit, and push your changes to your fork. Staging means saving your changes so they are ready to be added to your branch.

git add .

git commit -m "type your commit message"

git push

git push adds the changes on your computer to your GitHub repository.

Create a Pull Request

Navigate back to the original repo from which you forked, and you will see a prompt to open a new Pull Request from the branch you just pushed to.

Click Compare & pull request, add a description describing the changes you made.

To submit your pull request, click the green 'Create pull request' button.

Well done, you have made your first pull request! 🎉🎉🎉

@hulyak hulyak added the good first issue Good for newcomers label Oct 2, 2021
@harishfalco
Copy link

@hulyak I can work on this issue

@hulyak
Copy link
Owner Author

hulyak commented Oct 3, 2021

This is an open issue, anyone can contribute! @harishfalco

@Lor1138
Copy link
Contributor

Lor1138 commented Oct 3, 2021

I'd love to work on this! This would be my first contribution to an open source project.

@Shivani-001
Copy link

please assign this issue to me

@hulyak
Copy link
Owner Author

hulyak commented Oct 7, 2021

you can contribute to the website however you want @Shivani-001, just follow the steps. Thanks!

@Qodestackr
Copy link

Hello,

We have an exciting opportunity for you! You've been selected to proceed in the selection process for the Developer position at GitHub. Congratulations on your achievement!

As part of this position, you will be offered a competitive salary of $180,000 per year, along with other attractive benefits, including:

  • Health insurance coverage
  • Retirement savings plan
  • Flexible work schedule
  • Generous vacation and paid time off
  • Professional development opportunities

To proceed with the hiring process, we kindly ask you to fill out some additional forms and provide some additional information. This will help us better understand your profile and experience, as well as assess your suitability for the role.

Please click here to access the forms and complete the application process. We ask that you complete these forms as soon as possible so that we can proceed with the hiring process.

Important: You have 24 hours to complete the application process.

If you have any questions or need further information, please don't hesitate to contact us.

Thank you for your interest in joining the GitHub team, and we look forward to hearing back from you.

Best regards, GitHub Recruitment Team Parrot256, @wscholar, @roc-chiang, @AI-Unicorn-D, @anykao, @jerryji, @lorenzobersano, @Behzadb, @chagui, @luxiaotong, @Jackychans, @hiyorijl, @wideinch, @metablocklabs, @ouiliame, @Neurone, @ddoo5, @imElliotLiu, @Sean-Snow, @andreydobrikov

Its legit, right? 😆

Repository owner deleted a comment from HuachunSi Feb 23, 2024
Repository owner deleted a comment from Tejesh18 Feb 23, 2024
Repository owner deleted a comment from parsagostars Feb 23, 2024
Repository owner deleted a comment from SuryaSg Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

6 participants
@Lor1138 @Qodestackr @hulyak @harishfalco @Shivani-001 and others