Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Contributing (0.04 sec)

  1. .gitignore

    target
    pom.xml.*
    release.properties
    local.properties
    
    .idea
    *.iml
    *.ipr
    *.iws
    *.log
    classes
    
    obj
    
    .DS_Store
    
    # Special Mkdocs files
    docs/4.x
    docs/changelog.md
    docs/contributing.md
    docs/index.md
    
    # jenv
    /.java-version
    /site/
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 14:58:02 UTC 2025
    - 345 bytes
    - Viewed (0)
  2. README.md

        .converter("dateField", new DateConverter("yyyy-MM-dd"));
    
    BeanUtil.copyBeanToBean(source, dest, options);
    ```
    
    ## 🤝 Contributing
    
    We welcome contributions! Please see our contributing guidelines for details.
    
    ### Development Workflow
    1. **Fork** the repository on GitHub
    2. **Create** your feature branch: `git checkout -b feature/amazing-feature`
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sun Aug 31 02:56:02 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top