Skip to content

Commit f80d694

Browse files
committed
Contrib docs: add section stub about pull requests.
1 parent 67464cb commit f80d694

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

laravel/documentation/contrib/github.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@
55
- [The Basics](#the-basics)
66
- [Repositories](#repositories)
77
- [Branches](#branches)
8+
- [Pull Requests](#pull-requests)
89

9-
<a name='the-basics'></a>
10+
<a name="the-basics"></a>
1011
## The Basics
1112

1213
Because Laravel's development and source control is done through GitHub, anyone is able to make contributions to it. Anyone can fix bugs, add features or improve the documentation.
1314

1415
After submitting proposed changes to the project, the Laravel team will review the changes and make the decision to commit them to Laravel's core.
1516

16-
<a name='repositories'></a>
17+
<a name="repositories"></a>
1718
## Repositories
1819

1920
Laravel's home on GitHub is at [github.com/laravel](https://github.com/laravel). Laravel has several repositories. For basic contributions, the only repository you need to pay attention to is the **laravel** repository, located at [github.com/laravel/laravel](https://github.com/laravel/laravel).
2021

21-
<a name='branches'></a>
22+
<a name="branches"></a>
2223
## Branches
2324

2425
The **laravel** repository has multiple branches, each serving a specific purpose:
@@ -28,6 +29,11 @@ The **laravel** repository has multiple branches, each serving a specific purpos
2829

2930
Once certain milestones have been reached and/or Taylor Otwell and the Laravel team is happy with the stability and additional features of the current development branch, the changes in the **develop** branch are pulled into the **master** branch, thus creating and releasing the newest stable version of Laravel for the world to use.
3031

32+
<a name="pull-requests"></a>
33+
## Pull Requests
34+
35+
Contributing with pull requests.
36+
3137
*Further Reading*
3238

3339
- [Contributing to Laravel via Command-Line](docs/contrib/command-line)

0 commit comments

Comments
 (0)