-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Revising contribution docs (Lombiq Technologies: OCORE-154) #15706
Changes from 32 commits
055ea71
a654036
acdf6fe
82f098c
23bbf44
4a59fa0
713b2d6
7a2d4ef
47034d8
d428c14
dbc40f8
ab1962f
352319c
fd0d224
281f5c9
b0142b1
afaf61a
183da0e
c83e246
6864541
0a95b7a
07ad20e
2665d10
e4f71d7
120c6fd
17feff1
98cd5a7
9194af5
693e367
fe2c935
0e0c285
03bd458
23db21e
e5d29cb
a3a68dc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!--- Please make sure that you're familiar with our contribution guidelines before submitting a pull request: https://docs.orchardcore.net/en/latest/docs/guides/contributing/. --> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Code of Conduct | ||
|
||
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. | ||
For more information see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). | ||
See [Contributing to Orchard Core](https://docs.orchardcore.net/en/latest/docs/guides/contributing/) on the documentation site. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,3 @@ | ||
# How to contribute | ||
|
||
One of the easiest ways to contribute is to participate in discussions on GitHub issues. You can also contribute by submitting pull requests with code changes. | ||
|
||
## General feedback and discussions? | ||
|
||
Start a discussion on the [repository issue tracker](https://github.com/orchardcms/orchardcore/issues). | ||
|
||
## Reporting security issues | ||
|
||
Security issues should be reported privately, via email, to [email protected]. | ||
|
||
## Other discussions | ||
|
||
Our team members also monitor other discussion forums: | ||
|
||
* [GitHub Discussions](https://github.com/OrchardCMS/OrchardCore/discussions). | ||
|
||
## Contributing code and content | ||
|
||
We accept fixes and features! Here are some resources to help you get started on how to contribute code or new content. | ||
|
||
* Look at the [documentation](/src/docs/). | ||
* ["Help wanted" issues](https://github.com/orchardcms/orchardcore/labels/help%20wanted) - these issues are up for grabs. Comment on an issue if you want to create a fix. | ||
* ["Good first issue" issues](https://github.com/orchardcms/orchardcore/labels/good%20first%20issue) - we think these are a good for newcomers. | ||
|
||
### Identifying the scale | ||
|
||
If you would like to contribute, first identify the scale of what you would like to contribute. If it is small (grammar/spelling or a bug fix) feel free to start working on a fix. If you are submitting a feature or substantial code contribution, please discuss it with the team and ensure it follows the roadmap. You might also read these two blogs posts on contributing code: [Open Source Contribution Etiquette](http://tirania.org/blog/archive/2010/Dec-31.html) by Miguel de Icaza and [Don't "Push" Your Pull Requests](https://www.igvita.com/2011/12/19/dont-push-your-pull-requests/) by Ilya Grigorik. All code submissions will be rigorously reviewed and tested by the team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source. | ||
|
||
### Submitting a pull request | ||
|
||
You will need to sign a [Contributor License Agreement](https://cla.dotnetfoundation.org/) when submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to follow the instructions provided by the CLA bot when you send the pull request. This needs to only be done once for any .NET Foundation OSS project. | ||
|
||
If you don't know what a pull request is read this article: https://help.github.com/articles/using-pull-requests. Make sure the repository can build and all tests pass. Familiarize yourself with the project workflow and our coding conventions. The coding, style, and general engineering guidelines are published on the [Engineering guidelines](https://github.com/dotnet/aspnetcore/wiki/Engineering-guidelines) page. | ||
|
||
### Feedback | ||
|
||
Your pull request will now go through extensive checks by the subject matter experts on our team. Please be patient; we have hundreds of pull requests across all of our repositories. Update your pull request according to feedback until it is approved by one of the ASP.NET team members. After that, one of our team members may adjust the branch you merge into based on the expected release schedule. | ||
|
||
## Code of conduct | ||
|
||
See [CODE-OF-CONDUCT.md](./CODE-OF-CONDUCT.md) | ||
See [Contributing to Orchard Core](https://docs.orchardcore.net/en/latest/docs/guides/contributing/) on the documentation site. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I moved the content of this page and reworked it to there. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I reworked this so it doesn't overlap with We can't assume if a person will see this or the docs page first, so this now always points to the docs, apart from what's specific to the code and GitHub. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Orchard Core | ||
|
||
Orchard Core is an open-source, modular, multi-tenant application framework and CMS for ASP.NET Core. | ||
|
||
Orchard Core consists of two distinct projects: | ||
|
||
- __Orchard Core Framework__: An application framework for building modular, multi-tenant applications on ASP.NET Core. | ||
- __Orchard Core CMS__: A Web Content Management System (CMS) built on top of the Orchard Core Framework. | ||
|
||
[![Join the chat at https://gitter.im/OrchardCMS/OrchardCore](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/OrchardCMS/OrchardCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![BSD-3-Clause License](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](LICENSE) | ||
[![Documentation](https://readthedocs.org/projects/orchardcore/badge/)](https://docs.orchardcore.net/) | ||
[![Crowdin](https://badges.crowdin.net/orchard-core/localized.svg)](https://crowdin.com/project/orchard-core) | ||
|
@@ -22,9 +23,7 @@ Nightly (`main`): | |
[![Build status](https://github.com/OrchardCMS/OrchardCore/actions/workflows/preview_ci.yml/badge.svg)](https://github.com/OrchardCMS/OrchardCore/actions?query=workflow%3A%22Preview+-+CI%22) | ||
[![Cloudsmith](https://api-prd.cloudsmith.io/badges/version/orchardcore/preview/nuget/OrchardCore.Application.Cms.Targets/latest/x/?render=true&badge_token=gAAAAABey9hKFD_C-ZIpLvayS3HDsIjIorQluDs53KjIdlxoDz6Ntt1TzvMNJp7a_UWvQbsfN5nS7_0IbxCyqHZsjhmZP6cBkKforo-NqwrH5-E6QCrJ3D8%3D)](https://cloudsmith.io/~orchardcore/repos/preview/packages/detail/nuget/OrchardCore.Application.Cms.Targets/latest/) | ||
|
||
## Status | ||
|
||
### 1.8.2 | ||
## Project Status: v1.8.2 | ||
|
||
The software is production-ready, and capable of serving large mission-critical applications as well, and we're not aware of any fundamental bugs or missing features we deem crucial. Orchard Core continues to evolve, with each version bringing new improvements, and keeping up with the cutting-edge of .NET. | ||
|
||
|
@@ -34,30 +33,24 @@ See the [issue milestones](https://github.com/OrchardCMS/OrchardCore/milestones) | |
|
||
## Getting Started and Documentation | ||
|
||
The documentation can be accessed under <https://docs.orchardcore.net/>. See [the getting started docs](https://docs.orchardcore.net/en/latest/docs/getting-started/) on how to start using Orchard Core. | ||
|
||
You can also run Orchard Core from Docker: | ||
|
||
``` | ||
docker run --name orchardcms -p 8080:80 orchardproject/orchardcore-cms-linux:latest | ||
``` | ||
|
||
Docker images and parameters can be found at <https://hub.docker.com/u/orchardproject/>. See [our Docker documentation](https://docs.orchardcore.net/en/latest/docs/topics/docker/) for more details, especially if you're new to Docker. | ||
Comment on lines
-37
to
-45
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved this to the linked test drive page. |
||
The documentation can be accessed under <https://docs.orchardcore.net/>. See the homepage for an overview, and [the getting started docs](https://docs.orchardcore.net/en/latest/docs/getting-started/) on how to start building apps with Orchard Core. If you'd just like to test drive Orchard Core as a user, check out [Test drive Orchard Core](https://docs.orchardcore.net/en/latest/docs/getting-started/test-drive-orchard-core/). | ||
|
||
## Help and Support | ||
|
||
Do you need some help with Orchard Core? Don't worry, there are ways to get help from the community: | ||
|
||
- Did you find a bug or have a feature request? Open an issue [in the issue tracker](https://github.com/OrchardCMS/OrchardCore/issues). | ||
- Do you have a question about how to do something with Orchard Core, or would like a second opinion on your code? Open [a discussion](https://github.com/OrchardCMS/OrchardCore/discussions). | ||
- Do you want to chat with other community members? Check out [our Discord server](https://discord.gg/s3e2HtyPZc) and [Gitter chatroom](https://gitter.im/OrchardCMS/OrchardCore]). | ||
|
||
## Get in Touch | ||
|
||
- [X (Twitter)](https://twitter.com/orchardcms) | ||
- [LinkedIn](https://www.linkedin.com/groups/13605669/) | ||
- [Meta (Facebook)](https://www.facebook.com/OrchardCore) | ||
- [Facebook](https://www.facebook.com/OrchardCore) | ||
MikeAlhayek marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Please report security issues privately, via email, to [[email protected]](mailto:[email protected]). | ||
|
||
## Local Communities | ||
### Local Communities | ||
|
||
中文资源 | ||
|
||
|
@@ -67,34 +60,19 @@ Do you need some help with Orchard Core? Don't worry, there are ways to get help | |
|
||
It's great that you're thinking about contributing to Orchard Core! You'd join [our wonderful community of contributors](https://docs.orchardcore.net/en/latest/docs/community/). | ||
|
||
First, clone the repository using the command `git clone https://github.com/OrchardCMS/OrchardCore.git` and checkout the `main` branch. Then, you have multiple options, see below. And when you're ready, head over to [our contribution guide](CONTRIBUTING.md). | ||
|
||
### Command Line | ||
|
||
1. Install the latest version of the .NET SDK from this page: <https://dotnet.microsoft.com/download>. | ||
2. Navigate to `./OrchardCore/src/OrchardCore.Cms.Web`. | ||
3. Run `dotnet run`. | ||
4. Open the `http://localhost:5000` URL in your browser. | ||
|
||
### Visual Studio | ||
|
||
1. Download Visual Studio 2022 (v17.8+) from <https://www.visualstudio.com/downloads>. | ||
2. Launch the solution by clicking on `OrchardCore.sln`. Give Visual Studio time to restore all missing Nuget packages. | ||
3. Ensure `OrchardCore.Cms.Web` is set as the startup project. Then run the app. | ||
Comment on lines
-70
to
-83
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is now part of the contribution docs. |
||
Check out the docs [on contributing to Orchard Core](https://docs.orchardcore.net/en/latest/docs/guides/contributing/). | ||
|
||
## Preview Package Feed | ||
|
||
[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=for-the-badge)](https://cloudsmith.com) | ||
|
||
NuGet package repository hosting for the preview feed is graciously provided by [Cloudsmith](https://cloudsmith.com). | ||
NuGet package repository hosting for the preview feed is graciously provided by [Cloudsmith](https://cloudsmith.com). Check out [the docs on using the preview package feed](https://docs.orchardcore.net/en/latest/docs/getting-started/preview-package-source/). | ||
|
||
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that | ||
enables your organization to create, store, and share packages in any format, to any place, with total | ||
confidence. | ||
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store, and share packages in any format, to any place, with total confidence. | ||
|
||
## Code of Conduct | ||
|
||
See [our Code of Conduct](./CODE-OF-CONDUCT.md). | ||
See [our Code of Conduct](https://docs.orchardcore.net/en/latest/docs/guides/contributing/#code-of-conduct). | ||
|
||
## .NET Foundation | ||
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Brought this in line with what we actually do, and the contact info used in CONTRIBUTING.md previously. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,8 @@ | |
|
||
## Supported Versions | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 1.0 | :x: | | ||
| 1.1 | :x: | | ||
| 1.2 | :x: | | ||
| 1.3 | :white_check_mark: | | ||
We primarily support the latest version only. For serious security issues, we'll patch several older versions too. | ||
|
||
## Reporting a Vulnerability | ||
|
||
Send an email to [email protected] | ||
Please report security issues privately, via email, to [[email protected]](mailto:[email protected]). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is how this looks: