Skip to content

Commit 4ccad28

Browse files
Merge pull request #7 from ReneSchwarzer/develop
0.0.8-alpha
2 parents 91ccd9d + f497e88 commit 4ccad28

127 files changed

Lines changed: 3715 additions & 51034 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CODE_OF_CONDUCT.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
![WebExpress](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress/main/assets/banner.png)
2+
3+
# Code of Conduct
4+
At `WebExpress`, we believe in fostering an open and welcoming community. Our goal is to create a collaborative and inclusive environment where everyone feels respected and valued. This Code of Conduct outlines our expectations for participant behavior and the consequences for unacceptable behavior. We invite all those who participate in our project to help us create safe and positive experiences for everyone.
5+
6+
## Our Pledge
7+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
8+
9+
## Our Standards
10+
Examples of behavior that contributes to creating a positive environment include:
11+
12+
- Using simple language
13+
- Respecting different viewpoints and experiences
14+
- Providing and gracefully accepting constructive feedback
15+
- Taking responsibility and apologizing to those affected when mistakes are made
16+
- Focusing on what is best for the community
17+
18+
Examples of unacceptable behavior include:
19+
20+
- The use of sexualized language or imagery and unwelcome sexual attention or advances
21+
- Trolling, insulting/derogatory comments, and personal or political attacks
22+
- Public or private harassment
23+
- Publishing others private information, such as a physical or electronic address, without explicit permission
24+
- Other conduct which could reasonably be considered inappropriate in a professional setting
25+
26+
## Our Responsibilities
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned with this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
33+
34+
## Enforcement
35+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project team at rene_schwarzer@hotmail.de. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
36+
37+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
38+
39+
## Attribution
40+
This Code of Conduct is adapted from the Contributor Covenant, version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html

CONTRIBUTING.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
![WebExpress](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress.Doc/main/assets/banner.png)
2+
3+
# Contributing to WebExpress
4+
First of all, thank you for considering contributing to `WebExpress`! We appreciate your support and efforts in
5+
improving this project.
6+
7+
If you find a bug or have an idea for an improvement, please open an issue before you start working on it. This
8+
allows us to discuss the scope and implementation details and ensure they align with the project goals.
9+
10+
# Ways to Contribute
11+
There are various ways you can contribute to `WebExpress`:
12+
13+
- **Reporting Bugs:** If you find a bug, please report it through the Issues page of our repository.
14+
- **Feature Suggestions:** If you have an idea for a new feature, also open an issue to discuss it.
15+
- **Contributing Code:** For larger contributions and code changes, please follow the steps below.
16+
- **Translation:** Help us translate `WebExpress` into more languages.
17+
- **Writing Documentation:** Write or improve documentation to make it clearer and more helpful.
18+
- **Writing Tests:** Contribute to creating and improving tests to ensure the quality of the code.
19+
20+
# Contribution Guidelines
21+
Please note that this project is released with a Contributor Code of Conduct. By participating in this
22+
project, you agree to abide by its terms.
23+
24+
- **Bugfixes:** If you fix a bug, make sure your code includes a test case that verifies the fix.
25+
- **Features:** If you add a new feature, please include documentation and relevant tests.
26+
- **Codestyle:** Follow the coding style used in the project. We use [style guide/tool] to enforce consistent coding standards.
27+
- **Tests:** Ensure that all existing tests pass and add new tests for your changes if applicable.
28+
- **Documentation:** Update the documentation (README, tutorials, etc.) as needed with your changes.
29+
30+
# Code Review Process
31+
To ensure that the code is of high quality and meets project standards, every pull request undergoes a code review:
32+
33+
- **Opening the Pull Request:** Describe the changes made and their purpose in detail.
34+
- **Assignment of Reviewers:** The project team assigns one or more reviewers to the pull request.
35+
- **Review:** Reviewers check the code for errors, coding style, tests, and functionality.
36+
- **Feedback and Changes:** If necessary, reviewers provide feedback. You are responsible for considering the feedback and making the necessary changes.
37+
- **Approval:** Once all reviewers have approved the pull request, it is merged into the main branch.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ To get started with WebExpress, use the following links and tutorials.
3939

4040
- [installation guide](https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/installation_guide.md)
4141
- [development guide](https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/development_guide.md)
42+
- [WebExpress.WebCore API Documentation](https://reneschwarzer.github.io/WebExpress.WebCore/)
43+
- [WebExpress.WebUI API Documentation](https://reneschwarzer.github.io/WebExpress.WebUI/)
4244

4345
## Tutorials
4446
- [HelloWorld](https://github.com/ReneSchwarzer/WebExpress.Tutorial.HelloWorld#readme)

WebExpress.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package>
33
<id>WebExpress</id>
4-
<version>0.0.5-alpha</version>
4+
<version>0.0.8-alpha</version>
55
<title>WebExpress</title>
66
<authors>rene_schwarzer@hotmail.de</authors>
77
<license>MIT</license>

0 commit comments

Comments
 (0)