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

add job center instructions #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions job-center/instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# POST A JOB
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# POST A JOB
# KubeEdge Careers
[KubeEdge Job Center](https://kubeedge.io/job-center/) is the central repository to post and find the jobs related to KubeEdge.
Guidelines and tutorials for posting the jobs are available to [here](https://github.com/kubeedge/website/tree/master/src/components/jobCard).


The KubeEdge job center aims to provide a platform for community partners and developers to exchange job opportunities. Partners can post job openings here and provide detailed job information and requirements, while community users can select job positions based on their experience and interests. We sincerely hope that you can find suitable jobs or excellent talents here.

This guide is intended to help you understand how to post your job positions in the community job center and provide guidelines for writing job information documents.

# Requirement for Posting Jobs

- You must be a contributing organization or adopter of the KubeEdge community, including but not limited to having used KubeEdge in your company's public products or public solutions, contributing to the community, and submitting your use cases.
- Your company/organization logo has been added to the [KubeEdge Supporters](https://kubeedge.io/#supporters).

# Writing Guidelines

We hope that you can provide as much detailed information as possible about the job.

1. Please add the following information at the top of the document. This information will be displayed in a card format on the KubeEdge official website's job center homepage, which will help community users quickly understand the key information about the job.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at the top of the document

i think this is hard to understand to go from this repository. instead, we would probably specify where to change, https://github.com/kubeedge/website/tree/master/src/pages/job-center?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at the top of the document

i think this is hard to understand to go from this repository. instead, we would probably specify where to change, https://github.com/kubeedge/website/tree/master/src/pages/job-center?

If put thie markdown file(README.md/instructions.md) at https://github.com/kubeedge/website/tree/master/src/pages/job-center, the website docusaurus plugin will identifie the markdown file as a job and display it on the job card, so I initially put it in the jobCard directory. Thank you for your suggestions. We can further consider where would be more appropriate.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If put thie markdown file(README.md/instructions.md) at https://github.com/kubeedge/website/tree/master/src/pages/job-center

i did not mean this. i was thinking about the top of the document, probably we would want to change it into [job-center](https://github.com/kubeedge/website/tree/master/src/pages/job-center) instead? so that user can know where to add the following documents to.

```
title: Job Name
company:Company Name
address: Workplace location
date: Creation Date.(reference format:2023-01-01)
expirydate: Expiry Date.(reference format:2023-01-01)
logo: Company Logo (path to logo image file)
```

2. Document body. Please provide detailed job information, team introduction, job requirements, and contact information in the document body.

# Submit the Job

After completing the job information, please submit your document to the [website](https://github.com/kubeedge/website) repository of KubeEdge. Once it passes community review, it can be displayed in the job center on the official website.

If your document only consists of a company logo image and a document, you can put the image in the `static/img/job-center/` directory, and put the English and Chinese Markdown documents in the `src/pages/job-center/` and `i18n/zh/docusaurus-plugin-content-page/job-center/` directories, respectively. Then submit the materials to the website repository in the form of a pull request.

If you have more materials, you can follow these steps:
1. Create a new directory in `src/pages/job-center/` and `i18n/zh/docusaurus-plugin-content-page/job-center/` under the name of the job you want to submit.
2. Put your English materials in the directory you created under `src/pages/job-center/`, put the Chinese materials in the corresponding newly created directory under `18n/zh/docusaurus-plugin-content-page/job-center/` and put the company logo image in the `tatic/img/job-center directory`
3. Please name your Markdown document as index.md or index.mdx.
4. Please submit your job information to the website repository in the form of a pull request.