Replies: 2 comments 2 replies
-
Appreciate the suggestions. Some thoughts...
But all of that said, this isn't a huge project where I'm constantly inundated with issues and PRs. The vast majority of the 30 PRs I've received, in fact, consist mostly of people fixing typos and spelling errors in the documentation. I think about two single line code changes have been merged into the repository. And I think about three or four other changes have been requested and either been declined or implemented in some other fashion. When 2.2.0 is finalizedI think Factory will be pretty stable, unless something else comes up that I need to fix for. Xcode 15. |
Beta Was this translation helpful? Give feedback.
-
You can also check the build compilation status for Linux at Swift Package Index. 😉 |
Beta Was this translation helpful? Give feedback.
-
I was thinking after the #113 discussion that some improvements can be done in this repository. Also, I like to make clear that I'm sharing this so we can discuss and collaborate for the proposed idea here.
Only main branch
Using the main only branch to keep project commits, a general standard used by a lot of swift repositories, actually makes clear to check each PRs merged just by looking the commits historic.
Github Actions
Adding and improving the implementation of some workflows for Github Actions so the PR is validated right from start. We can add severals workflows.
Readme updates
Something that I really miss here is the badges for Swift Package Index, they make clear to understand the current project compatibility and Swift version supports.
Adds templates
Templates help us to contribute following some patterns during the write of an issue or PR description.
Beta Was this translation helpful? Give feedback.
All reactions