Skip to content

readme added and files moved to folders with same name as file #2642

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"java.project.sourcePaths": [
"docs"
]
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,8 @@ Plugin developers wanting to support JCasC in their plugin should [check out our
As configuration as code is demonstrated to be a highly requested topic in the Jenkins community, we have published
[JEP 201](https://github.com/jenkinsci/jep/tree/master/jep/201) as a proposal to make this a standard component
of the Jenkins project. The proposal was accepted. :tada:

## Developer Guide

For detailed information about recent changes made by developers, including configurations, adjustments, and guidelines for contributing to the project, please see the [Developer Changes README](docs\developer\README.md).

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions docs/developer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Developer Changes Guide

## Current Status
At the moment, there have been no changes made by the developer. Once the developer starts contributing, all changes will be tracked and documented here.

## Future Changes
Once the developer begins making changes, the following will be tracked: Code modifications Configuration updates Any new features or bug fixes
## How to Track Changes
Make Changes Locally Developers should make their changes in a local branch. Commit Changes Once changes are made, commit them with a descriptive message indicating what was changed. Push Changes After committing, push the changes to the remote repository. Document Changes Here Document any significant changes here, with details about what was modified and why.
File renamed without changes.
File renamed without changes.
Loading
Loading