You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Depends on the situation, you will:
15
15
16
16
### Bug Report
17
17
18
-
If you find something you consider a bug, please create a issue on [GitHub](https://github.com/gogits/gogs/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you:
18
+
If you find something you consider a bug, please create a issue on [GitHub](https://github.com/go-gitea/gitea/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you:
19
19
20
20
- Bug Description
21
21
- Gogs Version
@@ -24,7 +24,7 @@ If you find something you consider a bug, please create a issue on [GitHub](http
24
24
- Error Log
25
25
- Other information
26
26
27
-
Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
27
+
Please take a moment to check that an issue on [GitHub](https://github.com/go-gitea/gitea/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
28
28
29
29
#### Bug Report Example
30
30
@@ -42,7 +42,7 @@ There is no standard form of making a feature request. Just try to describe the
42
42
43
43
### Pull Request
44
44
45
-
Please read detailed information on [Wiki](https://github.com/gogits/gogs/wiki/Contributing-Code).
45
+
Please read detailed information on [Wiki](https://github.com/go-gitea/gitea/wiki/Contributing-Code).
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
Gogs - Go Git Service [](https://travis-ci.org/gogits/gogs)[](https://crowdin.com/project/gogs)[](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
##### Current tip version: 0.9.99 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions or submit a task on [alpha stage automated binary building system](https://build.gogs.io/))
6
+
##### Current tip version: 0.9.99 (see [Releases](https://github.com/go-gitea/gitea/releases) for binary versions or submit a task on [alpha stage automated binary building system](https://build.gogs.io/))
7
7
8
8
| Web | UI | Preview |
9
9
|:-------------:|:-------:|:-------:|
@@ -13,7 +13,7 @@ Gogs - Go Git Service [ BEFORE STARTING TO WORK ON A PULL REQUEST**.
16
+
1.**YOU MUST READ [Contributing Code](https://github.com/go-gitea/gitea/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**.
17
17
2. Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site.
18
18
3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch.
19
19
4. If you think there are vulnerabilities in the project, please talk privately to **[email protected]**. Thanks!
@@ -72,7 +72,7 @@ There are 5 ways to install Gogs:
72
72
-[Install from binary](https://gogs.io/docs/installation/install_from_binary.html)
73
73
-[Install from source](https://gogs.io/docs/installation/install_from_source.html)
74
74
-[Install from packages](https://gogs.io/docs/installation/install_from_packages.html)
75
-
-[Ship with Docker](https://github.com/gogits/gogs/tree/master/docker)
75
+
-[Ship with Docker](https://github.com/go-gitea/gitea/tree/master/docker)
76
76
-[Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
77
77
78
78
### Tutorials
@@ -130,9 +130,9 @@ There are 5 ways to install Gogs:
130
130
## Contributors
131
131
132
132
- Ex-team members [@lunny](https://github.com/lunny), [@fuxiaohei](https://github.com/fuxiaohei) and [@slene](https://github.com/slene).
133
-
- See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
133
+
- See [contributors page](https://github.com/go-gitea/gitea/graphs/contributors) for full list of contributors.
134
134
- See [TRANSLATORS](conf/locale/TRANSLATORS) for public list of translators.
135
135
136
136
## License
137
137
138
-
This project is under the MIT License. See the [LICENSE](https://github.com/gogits/gogs/blob/master/LICENSE) file for the full license text.
138
+
This project is under the MIT License. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file for the full license text.
0 commit comments