-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Template Repository #9126
Comments
Mm.... This calls for a voting system embedded in Gitea. 🤔 😁 |
Are all branches of the git repository moved? |
Currently only default branch is copied, although @guillep2k has proposed some use-cases I linked in the above list that might be beneficial. |
I'm trying to create a repo template. Is there some documentation explaining hot to do that? |
|
Instead of copying the parent project Issues/PR's, I'd find utility in defining default Issues in files, perhaps like |
please don't forget to fire the push webhook when a repository is created from a template! just noticed that it's not atm |
@joshbalfour Could you fire a bug issue? |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. You can re-open it if needed. |
A few additional suggestions:
|
Something that I find useful that I haven't seen so far: it would be nice to be able to require custom variables on the template that the user has to fill out, which then get expanded in the |
I think it would also be great if it was possible to copy milestones and projects too, along with the wiki @jolheiser already suggested. (I created a template on my instance complete with project, milestone and template wiki, and was then disappointed I would have to copy it manually 😆)
@guillep2k I think the best way to implement that would be to make a Discussions tab in Gitea (just like there is in Github) and then make a "polls" section in that (again, just like Github). |
Would be great if you could select settings to be copied over when creating from a template. We want our merge strategies to be consistent across repos, wiki and issues are external so we want this to be ported too. It's a bunch of checkboxes that have to be verified for every new repo. Another solution is to make that configuration available at the org level. That what bitbucket does, it's great. |
Was about to suggest the same as @bendem did. I hoped, there'd be a global (or organisation wide - both would be great) default branch protection setting. For example, if I want the master branch to be protected, by default, so the repository owner has to specifically disable this to enable force pushes, etc. |
Continues #7365 with a new issue so I can more closely update the head description as things are implemented/changed.
Hopefully implemented by
1.11.0
:Implemented after
1.11.0
/unknown:Feel free to suggest more to add to this list, or changes to this list.
The text was updated successfully, but these errors were encountered: