[PR #9] [MERGED] Integrated drone and other standard files #21

Closed
opened 2026-02-16 10:23:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/9
Author: @tboerger
Created: 11/12/2016
Status: Merged
Merged: 11/13/2016
Merged by: @metalmatze

Base: masterHead: drone


📝 Commits (10+)

📊 Changes

112 files changed (+10046 additions, -27 deletions)

View changed files

.drone.yml (+21 -0)
.drone.yml.sig (+1 -0)
.editorconfig (+28 -0)
.github/issue_template.md (+0 -0)
.github/pull_request_template.md (+0 -0)
📝 .gitignore (+26 -1)
.lgtm (+2 -0)
.travis.yml (+0 -15)
CONTRIBUTING.md (+162 -0)
CONTRIBUTORS (+9 -0)
DCO (+36 -0)
📝 LICENSE (+3 -2)
MAINTAINERS (+10 -0)
Makefile (+40 -0)
📝 README.md (+11 -8)
📝 repo_tag.go (+1 -1)
vendor/github.com/Unknwon/com/LICENSE (+191 -0)
vendor/github.com/Unknwon/com/README.md (+20 -0)
vendor/github.com/Unknwon/com/cmd.go (+161 -0)
vendor/github.com/Unknwon/com/convert.go (+157 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/9 **Author:** [@tboerger](https://github.com/tboerger) **Created:** 11/12/2016 **Status:** ✅ Merged **Merged:** 11/13/2016 **Merged by:** [@metalmatze](https://github.com/metalmatze) **Base:** `master` ← **Head:** `drone` --- ### 📝 Commits (10+) - [`a59cf49`](https://github.com/go-gitea/git/commit/a59cf49694ff6637403723dfcbf0f0213a242e45) Added drone config - [`8313aec`](https://github.com/go-gitea/git/commit/8313aeccb4f332304f1837c6bd366480d5e6242f) Dropped travis configuration - [`f3790b0`](https://github.com/go-gitea/git/commit/f3790b0b7b65c8db8298061e0281104bd22a61cb) Added default gitignore - [`b1571b1`](https://github.com/go-gitea/git/commit/b1571b13fdc1bb939d9c27e754facda088887fba) Extended license file - [`5c7f018`](https://github.com/go-gitea/git/commit/5c7f0181663bd7c27e75c3dcd18ecba2fb98d36c) Added lgtm config - [`37a094b`](https://github.com/go-gitea/git/commit/37a094b055eed435e828085ccb1a3ba13d7865ba) Added files for contributions, maintainers and DCO - [`5193bb4`](https://github.com/go-gitea/git/commit/5193bb4addf8d67911258703643bf23eec7f70ba) Added editorconfig - [`5e4edba`](https://github.com/go-gitea/git/commit/5e4edba99c396b0753398a991ae2de8de6d52b88) Added github config folder - [`b242773`](https://github.com/go-gitea/git/commit/b242773ef8d4ee7e49b15c67e7941727397bd143) Fixed go formatting - [`cb14629`](https://github.com/go-gitea/git/commit/cb146291bf7233ba30c887c7bc5df8a5cd34aeec) Added makefile ### 📊 Changes **112 files changed** (+10046 additions, -27 deletions) <details> <summary>View changed files</summary> ➕ `.drone.yml` (+21 -0) ➕ `.drone.yml.sig` (+1 -0) ➕ `.editorconfig` (+28 -0) ➕ `.github/issue_template.md` (+0 -0) ➕ `.github/pull_request_template.md` (+0 -0) 📝 `.gitignore` (+26 -1) ➕ `.lgtm` (+2 -0) ➖ `.travis.yml` (+0 -15) ➕ `CONTRIBUTING.md` (+162 -0) ➕ `CONTRIBUTORS` (+9 -0) ➕ `DCO` (+36 -0) 📝 `LICENSE` (+3 -2) ➕ `MAINTAINERS` (+10 -0) ➕ `Makefile` (+40 -0) 📝 `README.md` (+11 -8) 📝 `repo_tag.go` (+1 -1) ➕ `vendor/github.com/Unknwon/com/LICENSE` (+191 -0) ➕ `vendor/github.com/Unknwon/com/README.md` (+20 -0) ➕ `vendor/github.com/Unknwon/com/cmd.go` (+161 -0) ➕ `vendor/github.com/Unknwon/com/convert.go` (+157 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:23:52 -05:00
yindo closed this issue 2026-02-16 10:23:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#21