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

fix: Update keywords on docs pages #223

Closed
BekahHW opened this issue Dec 6, 2023 · 12 comments · Fixed by #237
Closed

fix: Update keywords on docs pages #223

BekahHW opened this issue Dec 6, 2023 · 12 comments · Fixed by #237

Comments

@BekahHW
Copy link
Member

BekahHW commented Dec 6, 2023

Current

Right now, there's not been consistency on keywords. Keywords are a way to improve the SEO of the pages. We should do a review of each page to determine if we could be doing a better job.

ref: #213 (comment)

Solution

Go through the pages most likely to be viewed by someone looking for answers about open source. Update the keywords to showcase the resource.

For example, the maintainers guide might look like this:

keywords:
  - "open source maintainers guide" 
  - "open source maintainer"
  - "open-source project management"
  - "community management in open-source" 
@Suraj-kumar00
Copy link
Contributor

Hi @BekahHW, how are you doing? Can I work on this issue if you could assign it to me? Also, may I ask for help if I get stuck?

@BekahHW
Copy link
Member Author

BekahHW commented Jan 11, 2024

@Suraj-kumar00 sure. Just read our Contributing docs to learn how to assign yourself

@Suraj-kumar00
Copy link
Contributor

@Suraj-kumar00 sure. Just read our Contributing docs to learn how to assign yourself

Yeah sure, thanks @BekahHW

@Suraj-kumar00
Copy link
Contributor

Suraj-kumar00 commented Jan 12, 2024

.take

Copy link
Contributor

Thanks for taking this on! If you have not already, join the conversation in our Discord

Copy link
Contributor

Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.

@Suraj-kumar00
Copy link
Contributor

Hi @BekahHW, actually I'm getting the error after running the command npm run.

npm test
npm info using npm@10.2.3
npm info using node@v18.19.0
npm ERR! Missing script: "test" // this is the error I'm encountering 
npm ERR! 
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

npm ERR! A complete log of this run can be found in: C:\Users\offic\AppData\Local\npm-cache\_logs\2024-01-15T15_47_34_579Z-debug-0.log

there is no test file in package.json .
Please help me in this so I can complete this issue as soon as possible.

@BekahHW
Copy link
Member Author

BekahHW commented Jan 18, 2024

@Suraj-kumar00 did you follow the instructions for running in the readme?

npm ci
npm start

@Suraj-kumar00
Copy link
Contributor

Yes sure I did @BekahHW
After cloning, in the terminal, I first run
npm run
But actually, the problem is in this project the React 17 version is installed and I have installed the first React 21 version, and now React 18 version
I'm trying hard from Googling and AI to resolve this error but I'm getting nowhere!!!

@BekahHW
Copy link
Member Author

BekahHW commented Jan 19, 2024

After cloning in the terminal, you should start with npm ci.

@Suraj-kumar00
Copy link
Contributor

After cloning in the terminal, you should start with npm ci.

Yeah actually I did all things again and than it's working in local host, tomorrow I'll create pull request.

Copy link
Contributor

🎉 This issue has been resolved in version 1.61.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants