Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contribution guidelines #3

Merged
merged 4 commits into from
Apr 12, 2017
Merged

Conversation

maicki
Copy link
Contributor

@maicki maicki commented Apr 10, 2017

No description provided.

@maicki maicki requested a review from garrettmoon April 10, 2017 20:01
@CLAassistant
Copy link

CLAassistant commented Apr 10, 2017

CLA assistant check
All committers have signed the CLA.

@maicki maicki force-pushed the MSContributionGuidelines branch from ebc370b to d9b4cae Compare April 10, 2017 20:11
@ghost
Copy link

ghost commented Apr 10, 2017

Build failure:

3 similar comments
@ghost
Copy link

ghost commented Apr 10, 2017

Build failure:

@ghost
Copy link

ghost commented Apr 10, 2017

Build failure:

@ghost
Copy link

ghost commented Apr 10, 2017

Build failure:

Copy link
Member

@garrettmoon garrettmoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go once comments are addressed.

CONTRIBUTING.md Outdated
# Questions

If you are having difficulties using Texture or have a question about usage, please ask a
question in our [Slack channel](http://asyncdisplaykit.org/slack.html). **Please do not ask for help by filing Github issues.**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change to http://texturegroup.org/slack.html

CONTRIBUTING.md Outdated

## Where to Find Known Issues

We use [GitHub Issues](https://github.com/facebook/AsyncDisplayKit/issues) for all bug tracking. We keep a close eye on this and try to make it clear when we have an internal fix in progress. Before filing a new issue, try to make sure your problem doesn't already exist.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change link to https://github.com/texturegroup/texture/issues?

CONTRIBUTING.md Outdated
4. If the feature is complex, consider writing an Texture RFC issue. Even if you can’t implement the feature yourself, consider writing an RFC issue. If we do end up accepting the feature, the issue provides the needed documentation for contributors to develop the feature according the specification accepted by the core team. We will tag accepted RFC issues with **Needs Volunteer**.
5. After discussing the feature you may choose to attempt a Pull Request. If you're at all able, start writing some code. We always have more work to do than time to do it. If you can write some code then that will speed the process along.

In short, if you have an idea that would be nice to have, create an issue on the [TextureGroup](https://github.com/TextureGroup/Texture)[/](https://github.com/TextureGroup/Texture)[Texture](https://github.com/TextureGroup/Texture) repo. If you have a question about requesting a feature, start a discussion in our [Slack channel](http://asyncdisplaykit.org/slack.html).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update link to http://texturegroup.org/slack.html

CONTRIBUTING.md Outdated

## Getting Help
We use Slack for real-time debugging, community updates, and general talk about ASDK. Signup at http://asdk-slack-auto-invite.herokuapp.com or email AsyncDisplayKit(at)gmail.com to get an invite.
Complete your CLA here
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's the CLA link: https://cla-assistant.io/TextureGroup/Texture

CONTRIBUTING.md Outdated
## License
By contributing to AsyncDisplayKit, you agree that your contributions will be
licensed under its BSD license.
By contributing to Texture, you agree that your contributions will be licensed under its Apache license.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apache 2. You can also say, see README.md for more details (I'll be updating it).

CONTRIBUTING.md Outdated
//
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
// Original work Copyright (c) 2014-present, Facebook, Inc.
// Modified work Copyright (c) 2017-present, Pinterest, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
//
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the modified file to have this copyright header:

//  Copyright (c) 2014-present, Facebook, Inc.  All rights reserved.
//  This source code is licensed under the BSD-style license found in the
//  LICENSE file in the root directory of this source tree. An additional grant
//  of patent rights can be found in the PATENTS file in the same directory.
//  Modifications to this file made after 4/13/2017 are: Copyright (c) 2017-present,
//  Pinterest, Inc.  Licensed under the Apache License, Version 2.0 (the "License");
//  you may not use this file except in compliance with the License.
//  You may obtain a copy of the License at
//  
//      http://www.apache.org/licenses/LICENSE-2.0
//
//  Unless required by applicable law or agreed to in writing, software
//  distributed under the License is distributed on an "AS IS" BASIS,
//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//  See the License for the specific language governing permissions and
//  limitations under the License.

CONTRIBUTING.md Outdated
//
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
// Copyright (c) 2017-present, Pinterest, Inc. All rights reserved.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the new files can you use this:

//  Copyright (c) 2017-present, Pinterest, Inc.  All rights reserved.
//  Licensed under the Apache License, Version 2.0 (the "License");
//  you may not use this file except in compliance with the License.
//  You may obtain a copy of the License at
//  
//      http://www.apache.org/licenses/LICENSE-2.0
//  
//  Unless required by applicable law or agreed to in writing, software
//  distributed under the License is distributed on an "AS IS" BASIS,
//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//  See the License for the specific language governing permissions and
//  limitations under the License.

@maicki maicki force-pushed the MSContributionGuidelines branch from 2f336be to f87fef3 Compare April 11, 2017 23:07
@garrettmoon garrettmoon merged commit 3202959 into master Apr 12, 2017
garrettmoon pushed a commit that referenced this pull request Apr 13, 2017
* Update contribution guidelines

* Some improvements

* Improve code

* Update based on feedback
garrettmoon pushed a commit that referenced this pull request Apr 14, 2017
* Update contribution guidelines

* Some improvements

* Improve code

* Update based on feedback
garrettmoon pushed a commit that referenced this pull request Apr 14, 2017
* Update contribution guidelines

* Some improvements

* Improve code

* Update based on feedback
@maicki maicki deleted the MSContributionGuidelines branch May 3, 2017 17:52
harryworld pushed a commit to harryworld/Texture that referenced this pull request Aug 28, 2017
wiseoldduck pushed a commit to wiseoldduck/Texture that referenced this pull request Jul 25, 2019
…ir layout due to another node's Yoga properties changing.

Whenever we do a new Yoga layout that is going to be displayed, we call setNeedsLayout on any nodes whose layout has changed.

PRESUBMIT=passed
BUG=126438367
R=adlai,wiseoldduck
CC=goodsons,maicki,maxwang,yt-elements-eng+cl
APPROVED=adlai,wiseoldduck
REQUIRED_REVIEW=1
DELTA=51 (27 added, 17 deleted, 7 changed)
DELTA_BY_EXTENSION=h=3,mm=31
OCL=236253226
FIG_CHANGESET=dfbe7a030652966ffa787b192e70d8b88e365a17
FIG_WORKSPACE=tnorman/3272:ytios


P4 change: 238551043
benniebotha pushed a commit to atlassian-forks/Texture that referenced this pull request Jun 28, 2021
Spm support

Approved-by: Shehab Tareque
Approved-by: Eugene 'Evgeny' Dymov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants