Skip to content

Commit c104373

Browse files
committed
Refactor project branding and documentation to transition from CueHire to CueHired. Updated all instances of "CueHire" to "CueHired" across various files, including configuration, documentation, and UI components. Added new CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md, and UPGRADE.md files to enhance project guidelines and security practices. Improved README.md and installation guides for clarity and consistency.
1 parent 29d2a06 commit c104373

20 files changed

Lines changed: 1103 additions & 127 deletions

.DS_Store

2 KB
Binary file not shown.

CODE_OF_CONDUCT.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
6+
7+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. We just want tp make meeting bots available to everyone.
8+
9+
## Our Standards
10+
11+
Examples of behavior that contributes to a positive environment for our community include:
12+
13+
- Demonstrating empathy and kindness toward other people
14+
- Being respectful of differing opinions, viewpoints, and experiences
15+
- Giving and gracefully accepting constructive feedback
16+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17+
- Focusing on what is best not just for us as individuals, but for the overall community
18+
19+
Examples of unacceptable behavior include:
20+
21+
- The use of sexualized language or imagery, and sexual attention or advances of any kind
22+
- Trolling, insulting or derogatory comments, and personal or political attacks
23+
- Public or private harassment
24+
- Publishing others' private information, such as a physical or email address, without their explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
26+
27+
## Enforcement Responsibilities
28+
29+
- Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
30+
- Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
31+
32+
## Scope
33+
34+
- This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
35+
36+
## Enforcement
37+
38+
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at docs@numerique.gouv.fr.
39+
40+
- All complaints will be reviewed and investigated promptly and fairly.
41+
42+
- All community leaders are obligated to respect the privacy and security of the reporter of any incident.
43+
44+
## Enforcement Guidelines
45+
46+
- Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this
47+
48+
## Code of Conduct:
49+
50+
1. Correction
51+
52+
Community Impact: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53+
54+
Consequence: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. 2. Warning
55+
56+
Community Impact: A violation through a single incident or series of actions.
57+
58+
Consequence: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. 3. Temporary Ban
59+
60+
Community Impact: A serious violation of community standards, including sustained inappropriate behavior.
61+
62+
Consequence: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. 4. Permanent Ban
63+
64+
Community Impact: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
65+
66+
Consequence: A permanent ban from any sort of public interaction within the community.
67+
Attribution
68+
69+
This Code of Conduct is adapted from the Contributor Covenant, version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.
70+
71+
Community Impact Guidelines were inspired by Mozilla's code of conduct enforcement ladder.
72+
73+
For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.

CONTRIBUTING.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Contributing to the Project
2+
3+
Thank you for taking the time to contribute! Please follow these guidelines to ensure a smooth and productive workflow. 🚀🚀🚀
4+
5+
To get started with the project, please refer to the [documentaton](https://cuemeet.github.io/CueHired/) for detailed instructions.
6+
7+
## Creating an Issue
8+
9+
When creating an issue, please provide the following details:
10+
11+
1. **Title**: A concise and descriptive title for the issue.
12+
2. **Description**: A detailed explanation of the issue, including relevant context or screenshots if applicable.
13+
3. **Steps to Reproduce**: If the issue is a bug, include the steps needed to reproduce the problem.
14+
4. **Expected vs. Actual Behavior**: Describe what you expected to happen and what actually happened.
15+
5. **Labels**: Add appropriate labels to categorize the issue (e.g., bug, feature request, documentation).
16+
17+
## Selecting an issue
18+
19+
We will be launching a public issue board soon.
20+
21+
Please check in priority the issues that are in the **todo** column and have a higher priority (P0 -> P2).
22+
23+
## Commit Message Format
24+
25+
All commit messages must adhere to the following format:
26+
27+
`<gitmoji>(type) title description`
28+
29+
- <**gitmoji**>: Use a gitmoji to represent the purpose of the commit. For example, ✨ for adding a new feature or 🔥 for removing something, see the list here: <https://gitmoji.dev/>.
30+
- **(type)**: Describe the type of change. Common types include `backend`, `frontend`, `CI`, `docker` etc...
31+
- **title**: A short, descriptive title for the change.
32+
- **description**: Include additional details about what was changed and why.
33+
34+
### Example Commit Message
35+
36+
```
37+
✨(frontend) add user authentication logic
38+
39+
Implemented login and signup features, and integrated OAuth2 for social login.
40+
```
41+
42+
## Changelog Update
43+
44+
Please add a line to the changelog describing your development. The changelog entry should include a brief summary of the changes, this helps in tracking changes effectively and keeping everyone informed. We usually include the title of the pull request, followed by the pull request ID to finish the log entry. The changelog line should be less than 80 characters in total.
45+
46+
### Example Changelog Message
47+
48+
```
49+
## [Unreleased]
50+
51+
## Added
52+
53+
- ✨(frontend) add AI to the project #321
54+
```
55+
56+
## Pull Requests
57+
58+
It is nice to add information about the purpose of the pull request to help reviewers understand the context and intent of the changes. If you can, add some pictures or a small video to show the changes.
59+
60+
### Don't forget to:
61+
62+
- check your commits
63+
- check the linting: `make lint && make frontend-lint`
64+
- check the tests: `make test`
65+
- add a changelog entry
66+
67+
Once all the required tests have passed, you can request a review from the project maintainers.
68+
69+
## Code Style
70+
71+
Please maintain consistency in code style. Run any linting tools available to make sure the code is clean and follows the project's conventions.
72+
73+
## Tests
74+
75+
Make sure that all new features or fixes have corresponding tests. Run the test suite before pushing your changes to ensure that nothing is broken.
76+
77+
## Asking for Help
78+
79+
If you need any help while contributing, feel free to open a discussion or ask for guidance in the issue tracker. We are more than happy to assist!
80+
81+
Thank you for your contributions! 👍

0 commit comments

Comments
 (0)