Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 1591891

Browse files
authored
Merge branch 'master' into header-fix
2 parents 13d845d + ae07055 commit 1591891

17 files changed

+681
-189
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Is something not working as expected? Please help us improve!
4+
title: ''
5+
labels: 'bug'
6+
---
7+
8+
## Bug Report
9+
10+
**Current behavior**
11+
A clear and concise description of what the bug is (with screenshots).
12+
13+
**Reproduction**
14+
Steps to reproduce the behavior in the course:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Possible solution**
24+
If you have suggestions, we'd love to hear them. If not, that's ok too.
25+
26+
**Additional context**
27+
Add any other context about the problem here. If applicable, add screenshots to help explain.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature Request
3+
about: I have a suggestion... and may want to implement it!
4+
title: ''
5+
labels: 'enhancement'
6+
---
7+
8+
## Feature Request
9+
10+
**Describe the problem/friction you are trying to solve**
11+
A clear and concise description of what the problem is, e.g. I am always frustrated when...
12+
13+
**Describe your ideal solution**
14+
A clear and concise description of what you want to happen, ideally including code snippets to demonstrate usage examples.
15+
16+
Add any considered drawbacks.
17+
18+
**Describe alternatives you have considered**
19+
A clear and concise description of any alternative solutions or features you have considered.

LICENSE

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1-
When your team uses a release-based workflow, GitHub makes it easy to collaborate on your next big idea.
1+
<p align="center"><a href="https://lab.github.com/"><img alt="Learning Lab bot" src="https://user-images.githubusercontent.com/16547949/62085817-83232580-b22a-11e9-8693-7c54205b04e5.png"></a></p>
22

3-
GitHub releases allow your team to package and provide software to your users based on a specific point in the history of your project. In this course, you'll learn how to create a release-based workflow that is built on the foundations of the [GitHub Flow](https://guides.github.com/introduction/flow/).
3+
<h1 align="center">Course: Create a release based workflow </h1>
44

5-
After completing this course, you'll be able to:
5+
This repository powers the Learning Lab course [_Create a release based workflow_](https://lab.github.com/githubtraining/create-a-release-based-workflow).
66

7-
- build a project board to manage your next release
8-
- create and commit changes on a release branch
9-
- create a Git tag and a release on GitHub
10-
- resolve bugs after a release
11-
- automate and better document your release changes
7+
Every Learning Lab course is made up of:
8+
- a [course repository](https://github.com/githubtraining/release-workflow), and
9+
- a [template repository](https://github.com/githubtraining/AlienInvasion)
10+
11+
The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives.
12+
13+
For more information on the goals of this course, check out the [`course-details.md`](course-details.md).
14+
15+
## Contribute
16+
17+
See something we could improve? Check out the contributing guide in the [community contributors repository](https://github.com/githubtraining/community-contributors/blob/master/CONTRIBUTING.md) for more information on the types of contributions we :heart: and instructions.
18+
19+
We :heart: our community and take great care to ensure it is fun, safe and rewarding. Please review our [Code of Conduct](https://github.com/githubtraining/community-contributors/blob/master/CODE_OF_CONDUCT.md) for community expectations and guidelines for reporting concerns.
20+
21+
## License
22+
23+
All Learning Lab course repositories are licensed under [CC-BY-4.0](../LICENSE) (c) 2019 GitHub, Inc. The template repositories associated with each course may have different licenses.
24+
25+
When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos)

0 commit comments

Comments
 (0)