Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 2,021 for contribution (0.06 seconds)

  1. architecture/standards/0009-use-american-english.md

    * **Clearer contribution guidelines**: [CONTRIBUTING.md](../../CONTRIBUTING.md) now includes this requirement
    
    ### Negative Consequences
    
    * **Historical inconsistencies**: Existing code may contain British English spellings that cannot be changed due to backward compatibility
    
    ### Migration and Enforcement
    
    * **New code**: All new contributions must use American English
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Nov 25 07:01:54 GMT 2025
    - 3.9K bytes
    - Click Count (0)
  2. README.md

    >>> hello.numpy()
    b'Hello, TensorFlow!'
    ```
    
    For more examples, see the
    [TensorFlow Tutorials](https://www.tensorflow.org/tutorials/).
    
    ## Contribution guidelines
    
    **If you want to contribute to TensorFlow, be sure to review the
    [Contribution Guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's
    [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to
    uphold this code.**
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Fri Jul 18 14:09:03 GMT 2025
    - 11.6K bytes
    - Click Count (0)
  3. .github/PULL_REQUEST_TEMPLATE.md

    <!-- Fixes #? -->
    
    ### Context
    <!--- Why do you believe many users will benefit from this change? -->
    <!--- Link to relevant issues or forum discussions here -->
    
    ### Contributor Checklist
    - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md).
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Feb 13 22:36:19 GMT 2024
    - 1.7K bytes
    - Click Count (0)
  4. .github/workflows/stale-issues.yml

              close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale. Please reopen if you'd like to work on this further."
              repo-token: ${{ secrets.GITHUB_TOKEN }}
          - name: Contribution issues
            uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
            with:
              #Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Sat Nov 01 08:08:54 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  5. SECURITY.md

    4. Fixes are prepared for the latest release.
    5. On the date that the fixes are applied a security advisory will be published on <https://blog.min.io>.
       Please inform us in your report email whether MinIO should mention your contribution w.r.t. fixing
       the security issue. By default MinIO will **not** publish this information to protect your privacy.
    
    This process can take some time, especially when coordination is required with maintainers of other projects.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sat Feb 12 00:51:25 GMT 2022
    - 2.2K bytes
    - Click Count (0)
  6. .github/ISSUE_TEMPLATE/feature_addition_request.yaml

                I agree to follow the
                [code of conduct](https://github.com/google/.github/blob/master/CODE_OF_CONDUCT.md).
              required: true
            - label: >
                I have read and understood the [contribution
                guidelines](https://github.com/google/guava/wiki/HowToContribute#feature-requests).
              required: true
            - label: >
                I have read and understood
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Nov 17 18:47:47 GMT 2023
    - 5.8K bytes
    - Click Count (0)
  7. cmd/storage-errors.go

    // errSkipFile returned by the fn() for readDirFn() when it needs
    // to proceed to next entry.
    var errSkipFile = errors.New("skip this file")
    
    var errIgnoreFileContrib = errors.New("ignore this file's contribution toward data-usage")
    
    // errXLBackend XL drive mode requires fresh deployment.
    var errXLBackend = errors.New("XL backend requires fresh drive")
    
    // StorageErr represents error generated by xlStorage call.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 6.4K bytes
    - Click Count (0)
  8. README.md

    You can download the release source from our [download page][maven-download].
    
    Contributing
    ------------
    
    If you are interested in the development of Maven, please consult the
    documentation first and afterward you are welcome to join the developers
    mailing list to ask questions or discuss new ideas/features/bugs etc.
    
    Take a look into the [contribution guidelines](CONTRIBUTING.md).
    
    License
    -------
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sun Nov 16 13:30:57 GMT 2025
    - 4.8K bytes
    - Click Count (0)
  9. README.md

    > **Quick Tip**: New contributors to Gradle projects are encouraged to ask questions in the Slack `#community-support` channel.
    
    ---
    
    ### 🌱 **Contributing to Gradle**
    
    - **Contribution Guide**: [Contribute](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md) to Gradle by submitting patches or pull requests for code or documentation improvements.
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Oct 20 22:15:26 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  10. ci/official/README.md

    # Note that files created under Docker will be owned by "root".
    ls build_output
    ```
    
    ## Contribution & Maintenance
    
    The TensorFlow team does not yet have guidelines in place for contributing to
    this directory. We are working on it. Please join a TF SIG Build meeting (see:
    bit.ly/tf-sig-build-notes) if you'd like to discuss the future of contributions.
    
    ### Brief System Overview
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Thu Feb 01 03:21:19 GMT 2024
    - 8K bytes
    - Click Count (0)
Back to Top