Skip to content

Commit ca3f038

Browse files
committedSep 23, 2019
Adding a Contributing file and updating the Compose snapshot
Change-Id: Ia3e3cee986d508fa88aa6d058fd88d86ff4f0935
1 parent a44a32c commit ca3f038

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed
 

‎CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# How to become a contributor and submit your own code
2+
3+
## Contributor License Agreements
4+
5+
We'd love to accept your sample apps and patches! Before we can take them, we
6+
have to jump a couple of legal hurdles.
7+
8+
Please fill out either the individual or corporate Contributor License Agreement (CLA).
9+
10+
* If you are an individual writing original source code and you're sure you
11+
own the intellectual property, then you'll need to sign an [individual CLA](https://developers.google.com/open-source/cla/individual).
12+
* If you work for a company that wants to allow you to contribute your work,
13+
then you'll need to sign a [corporate CLA](https://developers.google.com/open-source/cla/corporate).
14+
15+
Follow either of the two links above to access the appropriate CLA and
16+
instructions for how to sign and return it. Once we receive it, we'll be able to
17+
accept your pull requests.
18+
19+
## Contributing A Patch
20+
21+
1. Submit an issue describing your proposed change to the repo in question.
22+
1. The repo owner will respond to your issue promptly.
23+
1. If your proposed change is accepted, and you haven't already done so, sign a
24+
Contributor License Agreement (see details above).
25+
1. Fork the desired repo, develop and test your code changes.
26+
1. Ensure that your code adheres to the existing style in the sample to which
27+
you are contributing. Refer to the
28+
[Kotlin Style Guide](https://android.github.io/kotlin-guides/style.html) for the
29+
recommended coding standards for this organization.
30+
1. Ensure that your code has an appropriate set of unit tests which all pass.
31+
1. Submit a pull request.

‎JetNews/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ buildscript {
3434
allprojects {
3535
val workdir = File("../..").absolutePath
3636
val externalM2RepoPath = "$workdir/androidx-master-dev/prebuilts/androidx/external"
37-
val snapshotUrl = "https://ci.android.com/builds/submitted/5887420/androidx_snapshot/latest/ui/repository/"
37+
val snapshotUrl = "https://ci.android.com/builds/submitted/5893476/androidx_snapshot/latest/ui/repository/"
3838
repositories {
3939
maven {
4040
url = uri(snapshotUrl)

0 commit comments

Comments
 (0)