Open thabaum opened 3 weeks ago
close to closing this, once I get more familiar... #91 will need some fine tooth combing by everyone I am hoping to make sure things are correct and properly documented first. I will work on this during the developer enhancements coming shortly as I start throwing down some module POC with Oqtane I can enhance this as well as after our upcoming doc meeting so we can discuss how to go about it along with all recent updates pushed into the new docs.
EDIT
To let the dust settle here I won't be doing any PR's until after the meeting to ensure things are working right while pushing. I want to do a PR at the meeting to see what we want to expect from contributors like myself. This one would be a good one we can work on doing together.
I will try to have a basic PR ready to go in Visual Studio, however we will from scratch copy paste those files to a PR we can record the steps and provide them in the PR.
This is to avoid the blasts of emails that may have came from recent PR's I submitted.
I never get this complaint when using the web interface to create a branch, and make changes to that branch in my fork and submit that as a PR.
However every time and in every way I have created a PR using Visual Studio Code I am hearing there is an issue. Even when I pushed it up to my branch first, and then made a PR. However I need to know if my comments and commits after that was done was the issue as I added some changes through the web interface. I could have worked on all the PR's I closed in one commit, but I closed a number of PR's which took updating 2 -3 files so 3 - 5 commits (emails) per PR closed.
I am wondering if these emails can't go to a folder like I have them go to keep your main inboxes clear. I get spammed all day from repo's otherwise. However it would be nice to know exactly what the issues are so they can be mentioned in this PR to help avoid spamming everyone watching this project.
I am not sure what permissions others have who get all the commit messages. I dont get commit messages from any I watch, only release from some and comments/discussions from others like Oqtane.Framework. So I know the notifications settings in GitHub can be setup differently per repo.
Request for GitHub Guide Enhancement: Working With GitHub for Oqtane Contributions
Overview
The current GitHub guides for contributing to Oqtane documentation need significant enhancement. While existing resources provide some guidance, they do not cover essential Git workflows in sufficient detail. This gap leaves new contributors, especially those who may not work with GitHub daily, at a disadvantage. A comprehensive and user-friendly guide covering basic to intermediate Git workflows would enable contributors of all levels to contribute confidently and consistently.
To grow our community and foster effective contributions, we need standardized workflows and detailed instructions for the following key GitHub activities:
This enhanced guide should cover best practices for forking, branching, committing, and opening pull requests. It should aim to eliminate the intimidation factor for contributors unfamiliar with GitHub by clearly explaining concepts in a structured, beginner-friendly way.
Proposed Outline of the Enhanced Guide
Introduction to the GitHub Contribution Workflow
Simple Edits via GitHub Interface (Basic)
Setting Up a Local Git Environment (Intermediate)
Forking and Cloning the Repository
Branching Best Practices
feature-[description]
,docs-[description]
).Making Changes and Committing Locally
Creating Pull Requests (PRs)
Updating Forks and Branches (Keeping Up-to-Date)
Reference Table for Common Git Commands
git fetch
,git pull
,git rebase
, andgit merge
.Troubleshooting Tips
Why This Guide is Essential
To attract more contributors, documentation must be as accessible as possible. Expecting contributors to have advanced GitHub skills or to learn complex workflows independently is unrealistic. By providing clear, standardized instructions, we can encourage both new and experienced developers to contribute confidently.
This guide will also benefit developers working directly with Oqtane modules and extensions on GitHub. They’ll gain a better understanding of Git workflows, benefiting not only their contributions to Oqtane but also their personal projects or roles in open-source development.
Next Steps
By enhancing this guide, we will lower the barrier to entry for contributors, ensuring that all who wish to contribute feel empowered to do so. Additionally, a comprehensive reference like this can be a model for future guides within the Oqtane project, promoting a culture of clarity and inclusivity for all documentation efforts.
Thank you for considering this proposal!